From: Silvio Rhatto Date: Thu, 31 May 2018 17:30:12 +0000 (-0300) Subject: Rollback X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fce33d3c96d93c9f800f4881adf65523ffa9dd59;p=puppet-nodo.git Rollback --- diff --git a/manifests/role/dev/drupal8.pp b/manifests/role/dev/drupal8.pp index 78e7462..09933f1 100644 --- a/manifests/role/dev/drupal8.pp +++ b/manifests/role/dev/drupal8.pp @@ -163,7 +163,8 @@ class nodo::role::dev::drupal8( require => File["${project_folder}/vendor"], } - apache::site { [ "localhost", "default", "000-default" ]: + #apache::site { [ "localhost", "default", "000-default" ]: + apache::site { "localhost": ensure => absent, }