Declare the pkgdb0* shell cert.
This commit is contained in:
parent
16daf5eae8
commit
50544699e0
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue