Added only managehome

This commit is contained in:
Dylan Ratcliffe 2016-06-15 11:57:02 +10:00
parent 4c90568811
commit 139e40c297

View File

@ -1,12 +1,11 @@
class profile::base { class profile::base {
# 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,
} }
} }