Parent Directory | Revision Log | Patch
revision 2101 by boklm, Tue Dec 20 13:58:20 2011 UTC | revision 2102 by boklm, Tue Dec 20 14:06:41 2011 UTC | |
---|---|---|
# | Line 34 class websites { | Line 34 class websites { |
34 | apache::vhost_base { "www-test.$domain": | apache::vhost_base { "www-test.$domain": |
35 | content => template('websites/vhost_www.conf'), | content => template('websites/vhost_www.conf'), |
36 | location => $vhostdir, | location => $vhostdir, |
37 | options => ['FollowSymLinks'], | |
38 | } | } |
39 | ||
40 | package { ['php-mbstring', 'php-mcrypt', 'php-gettext']: | package { ['php-mbstring', 'php-mcrypt', 'php-gettext']: |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |