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