diff --git a/hiera/common.yaml b/hiera/common.yaml index f9a03b76a..ed97d539c 100644 --- a/hiera/common.yaml +++ b/hiera/common.yaml @@ -1,2 +1 @@ --- -apache::default_vhost: false diff --git a/manifests/apache.pp b/manifests/apache.pp index 842a8bb09..be7a86130 100644 --- a/manifests/apache.pp +++ b/manifests/apache.pp @@ -2,5 +2,8 @@ class openstack_integration::apache { include openstack_integration::params include openstack_integration::config - include apache + class { 'apache': + default_mods => false, + default_vhost => false, + } }