diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-08-06 03:34:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-08-06 03:34:44 +0000 |
commit | 59dd1713ce25f75e12c7cfd1293ab438bfce36f0 (patch) | |
tree | 793d8a339953851aa0e345e8bfee601d5f71d2a8 | |
parent | 32b048bfbc34e3c05b1f67e6856c684286c3e8aa (diff) | |
parent | 98f0ab2373cde6e272a354055651daef49c33fed (diff) |
Merge "Fix warning about httpd module"
-rw-r--r-- | manifests/apache.pp | 4 |
1 files 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 ( | |||
16 | ensure => present, | 16 | ensure => present, |
17 | } | 17 | } |
18 | 18 | ||
19 | include httpd | 19 | include ::httpd |
20 | httpd::vhost { $vhost_name: | 20 | ::httpd::vhost { $vhost_name: |
21 | port => 443, | 21 | port => 443, |
22 | docroot => $docroot, | 22 | docroot => $docroot, |
23 | priority => '50', | 23 | priority => '50', |