Merge "Fix warning about httpd module"

This commit is contained in:
Jenkins 2015-08-06 03:34:44 +00:00 committed by Gerrit Code Review
commit 59dd1713ce
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',