Add also the server ca cert
This commit is contained in:
parent
9ab258ef35
commit
cb121df392
1 changed files with 8 additions and 0 deletions
|
@ -138,6 +138,14 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: install /etc/pki/fas/fedora-server-ca.cert file
|
||||
copy: >
|
||||
src="{{ puppet_private }}/fedora-ca.cert"
|
||||
dest="/etc/pki/pkgdb/fedora-server-ca.cert"
|
||||
mode=0644
|
||||
tags:
|
||||
- config
|
||||
|
||||
#
|
||||
# cron job that syncs packages to koji
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue