Parent Directory
|
Revision Log
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 | } |
Name | Value |
---|---|
svn:keywords | "ID Date Rev" |
ViewVC Help | |
Powered by ViewVC 1.1.28 |