diff --git a/inventory/group_vars/all b/inventory/group_vars/all index e413d0b9e2..237cd9211f 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -46,7 +46,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }} # This is the wildcard certname for our proxies. It has a different name for # the staging group and is used in the proxies.yml playbook. -wildcard_ssl_cert: wildcard-2014.fedoraproject.org +wildcard_cert_name: wildcard-2014.fedoraproject.org # By default, nodes get no fedmsg certs. They need to declare them explicitly. fedmsg_certs: [] diff --git a/inventory/group_vars/staging b/inventory/group_vars/staging index 60a6d58673..0172e4f8c5 100644 --- a/inventory/group_vars/staging +++ b/inventory/group_vars/staging @@ -4,4 +4,4 @@ env: staging host_group: staging # This is the wildcard certname for our stg proxies. -wildcard_ssl_cert: wildcard-2014.stg.fedoraproject.org +wildcard_cert_name: wildcard-2014.stg.fedoraproject.org