Don't install pushy when using Ceph

ceph-deploy no longer depends on pushy and it has been
removed from our repos.

Change-Id: I3d3a423c9902c6f5da594c00982355d3995e919a
Closes-bug: #1434515
This commit is contained in:
Ryan Moe 2015-03-20 10:19:42 -07:00
parent b4df8c4559
commit 59f19988e3

View File

@ -17,7 +17,7 @@ class ceph::params {
$dir_httpd_sites = '/etc/httpd/conf.d/'
$dir_httpd_ssl = '/etc/httpd/ssl/'
package { ['ceph', 'redhat-lsb-core','ceph-deploy', 'pushy',]:
package { ['ceph', 'redhat-lsb-core','ceph-deploy',]:
ensure => installed,
}