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

Annotation of /puppet/deployment/websites/manifests/static.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: 395 byte(s)
make the module compliant ith changes coming with puppet 2.8 and with puppet-lint
1 misc 2393 class websites::static {
2     include websites::base
3     $vhostdir = "$websites::base::webdatadir/static.$::domain"
4 misc 2203
5 misc 2393 apache::vhost_other_app { "static.$::domain":
6     vhost_file => 'websites/vhost_static.conf',
7     }
8 misc 2203
9 misc 2393 file { $vhostdir:
10     ensure => directory,
11     }
12 misc 2203
13 misc 2393 subversion::snapshot { "$vhostdir/g":
14     source => "svn://svn.$::domain/svn/web/www/trunk/g/",
15 misc 2203 }
16     }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30