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

Diff of /puppet/modules/mediawiki/manifests/init.pp

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

revision 2061 by boklm, Sat Oct 22 23:30:53 2011 UTC revision 2062 by boklm, Sat Oct 22 23:34:20 2011 UTC
# Line 36  class mediawiki { Line 36  class mediawiki {
36    
37          # TODO create the ldap user            # TODO create the ldap user  
38    
39          apache::vhost_redirect_ssl { $vhost: }          if $vhost {
40                apache::vhost_redirect_ssl { $vhost: }
41    
42          apache::vhost_base { "ssl_$vhost":              apache::vhost_base { "ssl_$vhost":
43              location => $root,                  location => $root,
44              use_ssl => true,                  use_ssl => true,
45              vhost => $vhost,                  vhost => $vhost,
46              content => template("mediawiki/wiki_vhost.conf"),                  content => template("mediawiki/wiki_vhost.conf"),
47          }              }
48            }
49    
50    
51    

Legend:
Removed from v.2061  
changed lines
  Added in v.2062

  ViewVC Help
Powered by ViewVC 1.1.30