Parent Directory | Revision Log | Patch
revision 1010 by boklm, Fri Feb 11 16:46:37 2011 UTC | revision 1015 by boklm, Fri Feb 11 17:20:01 2011 UTC | |
---|---|---|
# | Line 26 class websites { | Line 26 class websites { |
26 | vhost_file => 'websites/vhost_static.conf', | vhost_file => 'websites/vhost_static.conf', |
27 | } | } |
28 | ||
29 | subversion::snapshot { $vhostdir: | file { $vhostdir: |
30 | ensure => directory, | |
31 | mode => 655, | |
32 | } | |
33 | ||
34 | subversion::snapshot { "$vhostdir/g": | |
35 | source => $svn_location | source => $svn_location |
36 | } | } |
37 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |