diff --git a/manifests/apache.pp b/manifests/apache.pp index c9eff15..9ff3b35 100644 --- a/manifests/apache.pp +++ b/manifests/apache.pp @@ -16,8 +16,8 @@ class etherpad_lite::apache ( ensure => present, } - include httpd - httpd::vhost { $vhost_name: + include ::httpd + ::httpd::vhost { $vhost_name: port => 443, docroot => $docroot, priority => '50',