Fix the - in server-aliases to _

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-04-05 17:37:48 +00:00
parent f33d6eda0e
commit 33e9460e07

View file

@ -482,14 +482,14 @@
- role: httpd/website
name: osbs.fedoraproject.org
server-aliases: [osbs.stg.fedoraproject.org]
server_aliases: [osbs.stg.fedoraproject.org]
sslonly: true
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
- role: httpd/website
name: registry.fedoraproject.org
server-aliases: [registry.stg.fedoraproject.org]
server_aliases: [registry.stg.fedoraproject.org]
sslonly: true
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"