Remove monitoring user

This commit is contained in:
Dylan Ratcliffe 2016-06-15 11:41:09 +10:00
parent 19eb3da156
commit e8d13bfbc2

View File

@ -3,9 +3,9 @@ class profile::base {
accounts::user { 'joe': } accounts::user { 'joe': }
accounts::user { 'monitoring': accounts::user { 'monitoring':
ensure => present, ensure => absent,
uid => '450', uid => '450',
gid => '10', gid => '450',
managehome => false, managehome => false,
locked => true, locked => true,
} }