This hotfix is now reverted, and should be deleted

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-12-03 17:16:01 +00:00
parent ba2a83b96a
commit 38effbb69b

View file

@ -5,20 +5,6 @@
# Things in here are things we want to do to every machine no matter what.
#
# TODO: Remove hotfix
# https://bugzilla.redhat.com/show_bug.cgi?id=1288076#c4
#- name: digicert cert hotfix
# copy: src=digicert-intermediate.pem dest=/etc/pki/ca-trust/source/anchors/digicert-intermediate.pem
# tags: digicert_hotfix
- name: Remove digicert cert hotfix
file: path=/etc/pki/ca-trust/source/anchors/digicert-intermediate.pem state=absent
tags: digicert_hotfix
- name: update ca trust
shell: /usr/bin/update-ca-trust
tags: digicert_hotfix
# XXX fixme # a datacenter 'fact' from setup
- name: /etc/resolv.conf
copy: src={{ item }} dest=/etc/resolv.conf