diff --git a/inventory/group_vars/staging b/inventory/group_vars/staging index e27034d795..40f15b872d 100644 --- a/inventory/group_vars/staging +++ b/inventory/group_vars/staging @@ -6,3 +6,6 @@ host_group: staging # This is the wildcard certname for our stg proxies. wildcard_cert_name: wildcard-2014.stg.fedoraproject.org + +# This only does anything if the host is not RHEL6 +collectd_graphite: True diff --git a/inventory/host_vars/proxy01.stg.phx2.fedoraproject.org b/inventory/host_vars/proxy01.stg.phx2.fedoraproject.org index fbbb2d228f..9df949c2df 100644 --- a/inventory/host_vars/proxy01.stg.phx2.fedoraproject.org +++ b/inventory/host_vars/proxy01.stg.phx2.fedoraproject.org @@ -13,5 +13,3 @@ eth0_ip: 10.5.126.88 # This is consumed by the roles/fedora-web/main role sponsor: redhat - -collectd_graphite: True