Changed group id to 10

This commit is contained in:
Dylan Ratcliffe 2016-06-15 10:58:23 +10:00
parent 1127198f0c
commit 19eb3da156

View File

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