From 98f0ab2373cde6e272a354055651daef49c33fed Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 16 Jul 2015 15:51:51 -0400 Subject: [PATCH] Fix warning about httpd module Change-Id: I5a75b1488b587ff6fd564afabf9f707199d2a184 Signed-off-by: Paul Belanger --- manifests/apache.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',