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