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