aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/init.ipv6-global
diff options
context:
space:
mode:
Diffstat (limited to 'sysconfig/network-scripts/init.ipv6-global')
0 files changed, 0 insertions, 0 deletions
sites::www { include websites::base $vhost = "www.$::domain" $vhostdir = "$websites::base::webdatadir/$vhost" $svn_location = "svn://svn.$::domain/svn/web/www/trunk" include apache::mod_php include apache::mod::geoip # for mailman reverse proxy, on ssl include apache::mod::proxy include apache::mod::ssl subversion::snapshot { $vhostdir: source => $svn_location, } file { "$vhostdir/var/tmp/cache": ensure => directory, group => $apache::base::apache_group, mode => '0660', } $mailman_content = template('websites/vhost_www.conf', 'websites/vhost_proxy_mailman.conf') apache::vhost_base { $vhost: content => $mailman_content, location => $vhostdir, options => ['FollowSymLinks'], } apache::vhost_base { "ssl_$vhost": use_ssl => true, vhost => $vhost, content => $mailman_content, location => $vhostdir, options => ['FollowSymLinks'],