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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2203 - (show annotations) (download)
Sun Jan 8 20:25:06 2012 UTC (12 years, 2 months ago) by misc
File size: 375 byte(s)
split websites module in smaller pieces
1 class websites {
2 class hugs inherits base {
3 $vhostdir = "$webdatadir/hugs.$domain"
4 $svn_location = "svn://svn.$domain/svn/web/hugs/public/"
5
6 apache::vhost_base { "hugs.$domain":
7 location => $vhostdir,
8 }
9
10 subversion::snapshot { "$vhostdir":
11 source => $svn_location
12 }
13
14 package { php-exif: }
15 }
16 }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30