Parent Directory
|
Revision Log
|
Patch
revision 2393 by misc, Fri Feb 10 14:20:13 2012 UTC | revision 2695 by misc, Sun Mar 25 13:22:08 2012 UTC | |
---|---|---|
# | Line 2 class websites::static { | Line 2 class websites::static { |
2 | include websites::base | include websites::base |
3 | $vhostdir = "$websites::base::webdatadir/static.$::domain" | $vhostdir = "$websites::base::webdatadir/static.$::domain" |
4 | ||
5 | apache::vhost_other_app { "static.$::domain": | apache::vhost::other_app { "static.$::domain": |
6 | vhost_file => 'websites/vhost_static.conf', | vhost_file => 'websites/vhost_static.conf', |
7 | } | } |
8 |
|
ViewVC Help | |
Powered by ViewVC 1.1.28 |