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:
Anita Kuno 2013-03-17 14:14:13 -04:00 committed by Jenkins
parent 8ae4c70b1a
commit c1d0103653

View File

@ -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':