Changed params

This commit is contained in:
Dylan Ratcliffe 2016-06-15 11:55:58 +10:00
parent b38e678f74
commit 4c90568811

View File

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