Added monitoring

This commit is contained in:
Dylan Ratcliffe 2016-06-15 10:49:12 +10:00
parent 03ccb29431
commit ae6c530ff7

View File

@ -1,4 +1,13 @@
class profile::base {
accounts::user { 'joe': }
accounts::user { 'monitoring':
ensure => present,
uid => 450,
gid => 450,
managehome => false,
locked => true,
shell => '/bin/false'
}
}