diff options
Diffstat (limited to 'manifests/nodes/alamut.pp')
-rw-r--r-- | manifests/nodes/alamut.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index f426d83f..e7ac5e0e 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -32,7 +32,7 @@ node alamut { # to create all phpbb database on alamut phpbb::databases { $fqdn: } - apache::vhost_redirect_ssl { "forums.$domain": } + apache::vhost::redirect_ssl { "forums.$domain": } apache::vhost_redirect { "forum.$domain": url => "https://forums.$domain/", } |