/[adm]/puppet/modules/phpbb/manifests/base.pp
ViewVC logotype

Diff of /puppet/modules/phpbb/manifests/base.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 31  class phpbb::base { Line 31  class phpbb::base {
31      }      }
32    
33      # TODO check that everything is locked down      # TODO check that everything is locked down
34      apache::vhost_base { "forums.$::domain":      apache::vhost::base { "forums.$::domain":
35          content => template('phpbb/forums_vhost.conf'),          content => template('phpbb/forums_vhost.conf'),
36      }      }
37    
38      apache::vhost_base { "ssl_forums.$::domain":      apache::vhost::base { "ssl_forums.$::domain":
39          use_ssl => true,          use_ssl => true,
40          vhost   => "forums.$::domain",          vhost   => "forums.$::domain",
41          content => template('phpbb/forums_vhost.conf'),          content => template('phpbb/forums_vhost.conf'),

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

  ViewVC Help
Powered by ViewVC 1.1.30