Added monitoring
This commit is contained in:
parent
03ccb29431
commit
ae6c530ff7
@ -1,4 +1,13 @@
|
|||||||
class profile::base {
|
class profile::base {
|
||||||
|
|
||||||
accounts::user { 'joe': }
|
accounts::user { 'joe': }
|
||||||
|
|
||||||
|
accounts::user { 'monitoring':
|
||||||
|
ensure => present,
|
||||||
|
uid => 450,
|
||||||
|
gid => 450,
|
||||||
|
managehome => false,
|
||||||
|
locked => true,
|
||||||
|
shell => '/bin/false'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user