/[adm]/puppet/deployment/websites/manifests/hugs.pp
ViewVC logotype

Annotation of /puppet/deployment/websites/manifests/hugs.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2393 - (hide annotations) (download)
Fri Feb 10 14:20:13 2012 UTC (12 years, 2 months ago) by misc
File size: 364 byte(s)
make the module compliant ith changes coming with puppet 2.8 and with puppet-lint
1 misc 2393 class websites::hugs {
2     include websites::base
3 misc 2203
4 misc 2393 $vhostdir = "$websites::base::webdatadir/hugs.$::domain"
5     $svn_location = "svn://svn.$::domain/svn/web/hugs/public/"
6 misc 2203
7 misc 2393 apache::vhost_base { "hugs.$::domain":
8     location => $vhostdir,
9     }
10 misc 2203
11 misc 2393 subversion::snapshot { $vhostdir:
12     source => $svn_location
13 misc 2203 }
14 misc 2393
15     package { 'php-exif': }
16 misc 2203 }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30