Parent Directory | Revision Log | Patch
revision 1643 by boklm, Thu May 26 14:24:52 2011 UTC | revision 1706 by misc, Tue Jun 7 01:29:16 2011 UTC | |
---|---|---|
# | Line 3 class websites { | Line 3 class websites { |
3 | $webdatadir = '/var/www/vhosts' | $webdatadir = '/var/www/vhosts' |
4 | } | } |
5 | ||
# should expire on June 2011 | ||
class donate { | ||
apache::vhost_other_app { "donate.$domain": | ||
vhost_file => "websites/vhost_donate.conf", | ||
} | ||
} | ||
6 | # vhost to host static files used by web sites | # vhost to host static files used by web sites |
7 | class static inherits base { | class static inherits base { |
8 | $vhostdir = "$webdatadir/static.$domain" | $vhostdir = "$webdatadir/static.$domain" |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |