Add 'managehome => true' to create home directory for openstackwatch user.
Change-Id: Ie1a0ae161858dc42c96cf2444fb2c3c97faafe85 Reviewed-on: https://review.openstack.org/24602 Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
8ae4c70b1a
commit
c1d0103653
@ -16,11 +16,12 @@ class jeepyb::openstackwatch(
|
||||
}
|
||||
|
||||
user { 'openstackwatch':
|
||||
ensure => present,
|
||||
comment => 'OpenStackWatch User',
|
||||
shell => '/bin/bash',
|
||||
gid => 'openstackwatch',
|
||||
require => Group['openstackwatch'],
|
||||
ensure => present,
|
||||
managehome => true,
|
||||
comment => 'OpenStackWatch User',
|
||||
shell => '/bin/bash',
|
||||
gid => 'openstackwatch',
|
||||
require => Group['openstackwatch'],
|
||||
}
|
||||
|
||||
cron { 'openstackwatch':
|
||||
|
Loading…
x
Reference in New Issue
Block a user