Changed to string

This commit is contained in:
Dylan Ratcliffe 2016-06-15 10:50:10 +10:00
parent ae6c530ff7
commit 5c8d747c20

View File

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