Parent Directory | Revision Log | Patch
revision 1585 by boklm, Thu May 5 10:37:34 2011 UTC | revision 1592 by boklm, Thu May 5 15:49:48 2011 UTC | |
---|---|---|
# | Line 48 class websites { | Line 48 class websites { |
48 | } | } |
49 | } | } |
50 | ||
51 | class releases inherits base { | |
52 | $vhostdir = "$webdatadir/releases.$domain" | |
53 | $svn_location = "svn://svn.$domain/svn/web/releases/" | |
54 | apache::vhost_base { "releases.$domain": | |
55 | location => $vhostdir, | |
56 | } | |
57 | ||
58 | subversion::snapshot { "$vhostdir": | |
59 | source => $svn_location | |
60 | } | |
61 | } | |
62 | ||
63 | class svn { | class svn { |
64 | apache::vhost_redirect { "svn.$domain": | apache::vhost_redirect { "svn.$domain": |
65 | url => "http://svnweb.$domain/", | url => "http://svnweb.$domain/", |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |