ceph: don't to install python-pushy on Ubuntu

First of all ceph-deploy 1.5.x (the current version packaged for Ubuntu)
does not use pushy at all. Secondly (and most importantly) puppet manifests
is a wrong place for expressing Debian packages' dependencies.

blueprint support-ubuntu-trusty
Closes-Bug: #1419774

Change-Id: I3b938aa38bde3d71ba1c690de8d6406c5c331088
This commit is contained in:
Alexei Sheplyakov 2015-02-09 18:12:45 +03:00
parent 5956f0be54
commit 2a681a599e

View File

@ -41,7 +41,7 @@ class ceph::params {
$dir_httpd_sites = '/etc/apache2/sites-available/'
$dir_httpd_ssl = '/etc/apache2/ssl/'
package { ['ceph','ceph-deploy', 'python-pushy', ]:
package { ['ceph','ceph-deploy', ]:
ensure => installed,
}
}