Fixed scoping problem for zuul module.

Change-Id: If414a7355832c2444bed82f228ff373080a1c11c
This commit is contained in:
Monty Taylor 2012-07-23 17:31:08 -05:00
parent 0bc0ae7d0c
commit d0bb131da9

View File

@ -1,5 +1,5 @@
class openstack_project::zuul {
class { 'zuul': }
class { '::zuul': }
file { "/etc/zuul/layout.yaml":
ensure => 'present',
source => 'puppet:///modules/openstack_ci/zuul/layout.yaml'