Parent Directory | Revision Log | Patch
revision 1599 by pterjan, Sun May 8 19:12:41 2011 UTC | revision 1607 by boklm, Sun May 15 11:20:16 2011 UTC | |
---|---|---|
# | Line 55 class websites { | Line 55 class websites { |
55 | location => $vhostdir, | location => $vhostdir, |
56 | options => [ "FollowSymLinks" ] | options => [ "FollowSymLinks" ] |
57 | } | } |
58 | apache::vhost_base { "ssl_releases.$domain": | |
59 | vhost => "releases.$domain", | |
60 | use_ssl => true, | |
61 | location => $vhostdir, | |
62 | options => [ "FollowSymLinks" ] | |
63 | } | |
64 | ||
65 | subversion::snapshot { "$vhostdir": | subversion::snapshot { "$vhostdir": |
66 | source => $svn_location | source => $svn_location |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |