Remove the dependency package

The dependency problem of the zaqar package has been fixed
in latest UCA.

Change-Id: Iafaaaf9dc81d5d8461b38df987f5c687eca1dcf0
This commit is contained in:
ZhongShengping 2017-03-02 18:59:49 +08:00
parent 4a5a1fd46d
commit 88f71e8f35

View File

@ -30,13 +30,6 @@ describe 'basic zaqar' do
Mongodb_replset['zaqar'] -> Package['zaqar-common']
# TODO(zhongshengping): temporarily added this package
if $::osfamily == 'Debian' {
package { 'python-pymongo':
ensure => present,
}
}
class {'::zaqar::management::mongodb':
uri => $zaqar_mongodb_conn_string
}