summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-02 18:43:18 +0200
committermh <mh@immerda.ch>2009-10-02 18:43:18 +0200
commit99c0b5ef609a4cc401737214851b25ad316a008b (patch)
tree5807dff82fa0465b5fd5cc0ee2eb059331630488
parent6aa2b9e24b81c96c37ab6808301c0657dcc80be0 (diff)
remove the group on all systems
-rw-r--r--manifests/managed.pp8
1 files changed, 2 insertions, 6 deletions
diff --git a/manifests/managed.pp b/manifests/managed.pp
index 849bba4..8ae1f6b 100644
--- a/manifests/managed.pp
+++ b/manifests/managed.pp
@@ -128,12 +128,8 @@ define user::managed(
if $name != 'root' {
if $uid == 'absent' {
if $manage_group and ($ensure == 'absent') {
- case $operatingsystem {
- 'OpenBSD': {
- group{$name:
- ensure => absent,
- }
- }
+ group{$name:
+ ensure => absent,
}
}
} else {