Add also the server ca cert

This commit is contained in:
Kevin Fenzi 2015-08-24 16:12:41 +00:00
parent 9ab258ef35
commit cb121df392

View file

@ -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
#