/[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 2690 by misc, Sun Mar 25 12:20:32 2012 UTC revision 2691 by misc, Sun Mar 25 12:47:26 2012 UTC
# Line 23  class websites::www { Line 23  class websites::www {
23    
24      $mailman_content = template('websites/vhost_www.conf',      $mailman_content = template('websites/vhost_www.conf',
25                                  'websites/vhost_proxy_mailman.conf')                                  'websites/vhost_proxy_mailman.conf')
26      apache::vhost_base { $vhost:      apache::vhost::base { $vhost:
27          content  => $mailman_content,          content  => $mailman_content,
28          location => $vhostdir,          location => $vhostdir,
29          options  => ['FollowSymLinks'],          options  => ['FollowSymLinks'],
30      }      }
31    
32      apache::vhost_base { "ssl_$vhost":      apache::vhost::base { "ssl_$vhost":
33          use_ssl  => true,          use_ssl  => true,
34          vhost    => $vhost,          vhost    => $vhost,
35          content  => $mailman_content,          content  => $mailman_content,

Legend:
Removed from v.2690  
changed lines
  Added in v.2691

  ViewVC Help
Powered by ViewVC 1.1.30