/[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 2203 - (hide annotations) (download)
Sun Jan 8 20:25:06 2012 UTC (12 years, 3 months ago) by misc
File size: 417 byte(s)
split websites module in smaller pieces
1 misc 2203 class websites {
2     class static inherits base {
3     $vhostdir = "$webdatadir/static.$domain"
4    
5     apache::vhost_other_app { "static.$domain":
6     vhost_file => 'websites/vhost_static.conf',
7     }
8    
9     file { $vhostdir:
10     ensure => directory,
11     }
12    
13     subversion::snapshot { "$vhostdir/g":
14     source => "svn://svn.$domain/svn/web/www/trunk/g/",
15     }
16     }
17     }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30