/[adm]/puppet/deployment/websites/manifests/www.pp
ViewVC logotype

Diff of /puppet/deployment/websites/manifests/www.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2226 by misc, Sun Jan 8 22:30:47 2012 UTC revision 2247 by misc, Sat Jan 14 23:17:40 2012 UTC
# Line 19  class websites { Line 19  class websites {
19          }          }
20    
21          apache::vhost_base { "$vhost":          apache::vhost_base { "$vhost":
22              content => template('websites/vhost_www.conf'),              content => template('websites/vhost_www.conf', "websites/vhost_proxy_mailman.conf"),
23              location => $vhostdir,              location => $vhostdir,
24              options => ['FollowSymLinks'],              options => ['FollowSymLinks'],
25          }          }
# Line 27  class websites { Line 27  class websites {
27          apache::vhost_base { "ssl_$vhost":          apache::vhost_base { "ssl_$vhost":
28              use_ssl => true,              use_ssl => true,
29              vhost => $vhost,              vhost => $vhost,
30              content => template('websites/vhost_www.conf'),              content => template('websites/vhost_www.conf', "websites/vhost_proxy_mailman_ssl.conf"),
31              location => $vhostdir,              location => $vhostdir,
32              options => ['FollowSymLinks'],              options => ['FollowSymLinks'],
33          }          }

Legend:
Removed from v.2226  
changed lines
  Added in v.2247

  ViewVC Help
Powered by ViewVC 1.1.30