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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user