Fix warning about httpd module
Change-Id: I5a75b1488b587ff6fd564afabf9f707199d2a184 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
b117a4fb1a
commit
98f0ab2373
@ -16,8 +16,8 @@ class etherpad_lite::apache (
|
|||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
|
|
||||||
include httpd
|
include ::httpd
|
||||||
httpd::vhost { $vhost_name:
|
::httpd::vhost { $vhost_name:
|
||||||
port => 443,
|
port => 443,
|
||||||
docroot => $docroot,
|
docroot => $docroot,
|
||||||
priority => '50',
|
priority => '50',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user