From: Silvio Rhatto Date: Wed, 23 Mar 2011 02:02:59 +0000 (-0300) Subject: Removing user requirement when site should be absent X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9e73cfde5e5e7246fd5758099db5136ff9e18309;p=puppet-apache.git Removing user requirement when site should be absent --- diff --git a/manifests/init.pp b/manifests/init.pp index 6c33b3e..6c44822 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -171,8 +171,7 @@ class apache { if !defined(Group[$gid]) { group { "$gid": - ensure => absent, - require => User[$user], + ensure => absent, } } }