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

Annotation of /puppet/deployment/websites/manifests/releases.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: 613 byte(s)
split websites module in smaller pieces
1 misc 2203 class websites {
2     class releases inherits base {
3     $vhostdir = "$webdatadir/releases.$domain"
4     $svn_location = "svn://svn.$domain/svn/web/releases/"
5    
6     apache::vhost_base { "releases.$domain":
7     location => $vhostdir,
8     options => [ "FollowSymLinks" ],
9     }
10    
11     apache::vhost_base { "ssl_releases.$domain":
12     vhost => "releases.$domain",
13     use_ssl => true,
14     location => $vhostdir,
15     options => [ "FollowSymLinks" ],
16     }
17    
18     subversion::snapshot { "$vhostdir":
19     source => $svn_location,
20     }
21     }
22     }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30