remove the group on all systems
This commit is contained in:
parent
6aa2b9e24b
commit
99c0b5ef60
1 changed files with 2 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue