summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp3
1 files changed, 1 insertions, 2 deletions
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,
}
}
}