Added only managehome
This commit is contained in:
parent
4c90568811
commit
139e40c297
@ -1,12 +1,11 @@
|
||||
class profile::base {
|
||||
|
||||
# accounts::user { 'monitoring': }
|
||||
|
||||
accounts::user { 'monitoring':
|
||||
ensure => absent,
|
||||
uid => '450',
|
||||
gid => '450',
|
||||
# ensure => absent,
|
||||
# uid => '450',
|
||||
# gid => '450',
|
||||
managehome => false,
|
||||
locked => true,
|
||||
# locked => true,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user