Use the short inventory hostname here for pagure-stg01 to work.

This commit is contained in:
Ralph Bean 2015-05-18 18:20:39 +00:00
parent 2b048c744b
commit 079c95be26

View file

@ -9,8 +9,8 @@ config = dict(
crl_cache_expiry=86400, # Daily crl_cache_expiry=86400, # Daily
certnames=dict([ certnames=dict([
("shell.pagure01", "shell-{{inventory_hostname}}"), ("shell.{{inventory_hostname_short}}", "shell-{{inventory_hostname}}"),
("pagure.pagure01", "pagure-{{inventory_hostname}}"), ("pagure.{{inventory_hostname_short}}", "pagure-{{inventory_hostname}}"),
]), ]),
) )