Remove reference to non-existent group.

Change-Id: I2965c548fb51f7235faa02b8808b8b36f31ded7c
Reviewed-on: https://review.openstack.org/10829
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2012-08-04 08:09:04 -05:00 committed by Jenkins
parent cf9ee4c23f
commit 6b20654720

View File

@ -46,7 +46,6 @@ class zuul (
# at some point, but that still has some problems.
file { "/etc/zuul/zuul.conf":
owner => 'jenkins',
group => 'jenkins',
mode => 400,
ensure => 'present',
content => template('zuul/zuul.conf.erb'),