reprepro: install keytab

In converting this to ansible I forgot to install the reprepro keytab.
The encoded secret has been added for production.

Change-Id: I39d586e375ad96136cc151a7aed6f4cd5365f3c7
This commit is contained in:
Ian Wienand
2020-10-27 15:14:47 +11:00
parent 5596d57be7
commit 77eb5dfb66
3 changed files with 18 additions and 1 deletions

View File

@@ -46,7 +46,8 @@ def test_keytabs(host):
'/etc/epel.keytab',
'/etc/fedora.keytab',
'/etc/opensuse.keytab',
'/etc/yum-puppetlabs.keytab']:
'/etc/yum-puppetlabs.keytab',
'/etc/reprepro.keytab']:
f = host.file(keytab)
assert f.exists