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 {
accounts::user { 'joe': }
accounts::user { 'monitoring':
ensure => present,
uid => 450,
gid => 450,
uid => '450',
gid => '450',
managehome => false,
locked => true,
shell => '/bin/false'