define redhat-specific and centos-specific package dependencies

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/588/head
Alfredo Deza 2016-03-02 18:06:54 -05:00
parent 44e68923d1
commit 7f13c777f1
1 changed files with 7 additions and 1 deletions

View File

@ -35,7 +35,7 @@ debian_package_dependencies:
- hdparm
- ntp
redhat_package_dependencies:
centos_package_dependencies:
- python-pycurl
- hdparm
- yum-plugin-priorities.noarch
@ -43,6 +43,12 @@ redhat_package_dependencies:
- ntp
- python-setuptools
redhat_package_dependencies:
- python-pycurl
- hdparm
- ntp
- python-setuptools
# Whether or not to install the ceph-test package.
ceph_test: False