diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-25 12:47:26 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-25 12:47:26 +0000 |
commit | c7b761dabd635dc581322d8be0832a5da9ff8b99 (patch) | |
tree | db853f6b2442013f264efd69e056e28953083280 /deployment/wikis | |
parent | cc807e7c63668180a38f62fd7b1b01a0333e4e20 (diff) | |
download | puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.gz puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.bz2 puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.tar.xz puppet-c7b761dabd635dc581322d8be0832a5da9ff8b99.zip |
fix vhost invocation on several module, was missed by last commit, and add the one for redirect_ssl
Diffstat (limited to 'deployment/wikis')
-rw-r--r-- | deployment/wikis/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/wikis/manifests/init.pp b/deployment/wikis/manifests/init.pp index e0e9cda4..901c5953 100644 --- a/deployment/wikis/manifests/init.pp +++ b/deployment/wikis/manifests/init.pp @@ -20,9 +20,9 @@ class wikis { skinsdir => "$wikis_templates/skins", } - apache::vhost_redirect_ssl { "wiki.$::domain": } + apache::vhost::redirect_ssl { "wiki.$::domain": } - apache::vhost_base { "ssl_wiki.$::domain": + apache::vhost::base { "ssl_wiki.$::domain": use_ssl => true, vhost => "wiki.$::domain", content => template('wikis/wiki_vhost.conf'), |