Merge "Remove the dependency package"

This commit is contained in:
Jenkins 2017-03-03 17:08:25 +00:00 committed by Gerrit Code Review
commit 4ddc999927

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
}