Added more params
This commit is contained in:
parent
139e40c297
commit
9f2e32b096
@ -2,10 +2,10 @@ class profile::base {
|
||||
|
||||
|
||||
accounts::user { 'monitoring':
|
||||
# ensure => absent,
|
||||
# uid => '450',
|
||||
# gid => '450',
|
||||
ensure => present,
|
||||
uid => '450',
|
||||
gid => '450',
|
||||
managehome => false,
|
||||
# locked => true,
|
||||
locked => true,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user