diff --git a/manifests/site.pp b/manifests/site.pp index 67d9d427ee..91e73642cb 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1200,7 +1200,6 @@ node /^ze\d+\.openstack\.org$/ { site_variables_yaml_file => $::project_config::zuul_site_variables_yaml, require => $::project_config::config_dir, statsd_host => 'graphite.openstack.org', - status_url => 'https://zuul.openstack.org', } class { '::zuul::executor': } @@ -1302,6 +1301,7 @@ node /^zuul\d+\.openstack\.org$/ { proxy_ssl_chain_file_contents => hiera('zuul_ssl_chain_file_contents'), proxy_ssl_key_file_contents => hiera('zuul_ssl_key_file_contents'), statsd_host => 'graphite.openstack.org', + status_url => 'https://zuul.openstack.org', } file { "/etc/zuul/github.key":