Try copying python-fedora hotfix over from puppet.

This commit is contained in:
Ralph Bean 2013-08-07 14:57:04 +00:00
parent 61034c3ccf
commit 97a3b196d0
2 changed files with 506 additions and 0 deletions

View file

@ -16,6 +16,16 @@
tags:
- packages
- name: hotfix - python-fedora proxyclient.py
copy: >
src=$files/hotfix/python-fedora/proxyclient.py
dest=/usr/lib/python2.6/site-packages/fedora/client/proxyclient.py
owner=root mode=644
tags:
- hotfix
- packages
- name: install nss_db on rhel hosts only
action: yum state=installed name=nss_db
only_if: "'${ansible_distribution}' == 'RedHat'"