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