From cc0fdd50cd95c62f9f1d24c57f041f349301a7cf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 16:44:58 -0300 Subject: Do not set an additional vhost for the machine --- manifests/setup.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/setup.pp b/manifests/setup.pp index 282c892..dd37914 100644 --- a/manifests/setup.pp +++ b/manifests/setup.pp @@ -70,12 +70,14 @@ class websites::setup { ensure => present, } + # TODO: remove in the future as the default vhost already does the job # Default vhost: can just be applied on the defining host apache::site { "${apache::server_name}": server_alias => "${::domain}", docroot => "${apache::www_folder}", mpm => false, tag => 'all', + ensure => absent, } # We have to use 'zzz-error' so it will be the last matched vhost -- cgit v1.2.3