Fix warning about httpd module

Change-Id: I5a75b1488b587ff6fd564afabf9f707199d2a184
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-07-16 15:51:51 -04:00
parent b117a4fb1a
commit 98f0ab2373
1 changed files with 2 additions and 2 deletions

View File

@ -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',