Declare the pkgdb0* shell cert.

This commit is contained in:
Ralph Bean 2014-05-14 21:44:49 +00:00
parent 16daf5eae8
commit 50544699e0

View file

@ -38,6 +38,9 @@ config = dict(
] + [
("bodhi.app0%i" % i, "bodhi-%s" % app_hosts[i-1])
for i in range(1, len(app_hosts) + 1)
] + [
("shell.pkgdb0%i" % i, "shell-pkgdb0%i.%s" % (i, suffix))
for i in range(1, 3)
] + [
("pkgdb.pkgdb0%i" % i, "pkgdb-pkgdb0%i.%s" % (i, suffix))
for i in range(1, 3)