Comment 2 for bug 1419774

Revision history for this message
Alexei Sheplyakov (asheplyakov) wrote :

Caused by several bugs in:

deployment/puppet/ceph/manifests/params.pp:
  package { ['ceph','ceph-deploy', 'python-pushy', ]:
        ensure => installed,
      }

In general puppet manifests is a wrong place to declare Debian packages' dependencies, and this
particular dependency is just plain wrong: ceph-deploy version 1.5.x does not actually use pushy.