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