Changed to string

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

View File

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