fix #36 and force the installation of libselinux-python

This commit is contained in:
Tim Gerla 2013-11-23 12:11:40 -08:00
parent c6b018d2c7
commit b4945a10c3

View file

@ -4,6 +4,9 @@
- name: Deploy the Cloudera Repository
copy: src=etc/cloudera-CDH4.repo dest=/etc/yum.repos.d/cloudera-CDH4.repo
- name: Install the libselinux-python package
yum: name=libselinux-python state=installed
- name: Install the openjdk package
yum: name=java-1.6.0-openjdk state=installed