/[adm]/puppet/deployment/wikis/manifests/init.pp
ViewVC logotype

Diff of /puppet/deployment/wikis/manifests/init.pp

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

revision 2690 by misc, Mon Mar 12 22:34:27 2012 UTC revision 2691 by misc, Sun Mar 25 12:47:26 2012 UTC
# Line 20  class wikis { Line 20  class wikis {
20          skinsdir      => "$wikis_templates/skins",          skinsdir      => "$wikis_templates/skins",
21      }      }
22    
23      apache::vhost_redirect_ssl { "wiki.$::domain": }      apache::vhost::redirect_ssl { "wiki.$::domain": }
24    
25      apache::vhost_base { "ssl_wiki.$::domain":      apache::vhost::base { "ssl_wiki.$::domain":
26          use_ssl => true,          use_ssl => true,
27          vhost   => "wiki.$::domain",          vhost   => "wiki.$::domain",
28          content => template('wikis/wiki_vhost.conf'),          content => template('wikis/wiki_vhost.conf'),

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

  ViewVC Help
Powered by ViewVC 1.1.30