From: Silvio Rhatto Date: Fri, 25 Mar 2016 19:44:58 +0000 (-0300) Subject: Do not set an additional vhost for the machine X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cc0fdd50cd95c62f9f1d24c57f041f349301a7cf;p=puppet-websites.git Do not set an additional vhost for the machine --- 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