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

Diff of /puppet/modules/mediawiki/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 23  class mediawiki::base { Line 23  class mediawiki::base {
23      # TODO create the ldap user      # TODO create the ldap user
24    
25      if $vhost {      if $vhost {
26          apache::vhost_redirect_ssl { $vhost: }          apache::vhost::redirect_ssl { $vhost: }
27    
28          apache::vhost_base { "ssl_$vhost":          apache::vhost::base { "ssl_$vhost":
29              location => $root,              location => $root,
30              use_ssl  => true,              use_ssl  => true,
31              vhost    => $vhost,              vhost    => $vhost,

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

  ViewVC Help
Powered by ViewVC 1.1.30