From 59f19988e3a46e0a462483218445cb3f6c819ab9 Mon Sep 17 00:00:00 2001 From: Ryan Moe Date: Fri, 20 Mar 2015 10:19:42 -0700 Subject: [PATCH] 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 --- deployment/puppet/ceph/manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/puppet/ceph/manifests/params.pp b/deployment/puppet/ceph/manifests/params.pp index 8163535de8..a8115e46c6 100644 --- a/deployment/puppet/ceph/manifests/params.pp +++ b/deployment/puppet/ceph/manifests/params.pp @@ -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, }