diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-31 14:30:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-31 14:30:12 -0300 |
commit | fce33d3c96d93c9f800f4881adf65523ffa9dd59 (patch) | |
tree | bec7c99f9196a69540b64ba66142057bfee9ac3c /manifests/role/dev | |
parent | c0b82b17163606fa1a3f998d66b920172efc37bc (diff) | |
download | puppet-nodo-fce33d3c96d93c9f800f4881adf65523ffa9dd59.tar.gz puppet-nodo-fce33d3c96d93c9f800f4881adf65523ffa9dd59.tar.bz2 |
Rollback
Diffstat (limited to 'manifests/role/dev')
-rw-r--r-- | manifests/role/dev/drupal8.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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, } |