Changed to string
This commit is contained in:
parent
ae6c530ff7
commit
5c8d747c20
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user