remove the group on all systems

This commit is contained in:
mh 2009-10-02 18:43:18 +02:00
parent 6aa2b9e24b
commit 99c0b5ef60

View file

@ -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 {