diff --git a/.travis.yml b/.travis.yml index 675c467d9..ba1771143 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,6 @@ script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake matrix: fast_finish: true include: - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 diff --git a/manifests/plugin/python.pp b/manifests/plugin/python.pp index 5e0cbe801..2c2c3919f 100644 --- a/manifests/plugin/python.pp +++ b/manifests/plugin/python.pp @@ -11,12 +11,6 @@ validate_hash($config) - if $::osfamily == 'Redhat' { - package { 'collectd-python': - ensure => $ensure, - } - } - $conf_dir = $collectd::params::plugin_conf_dir # This is deprecated file naming ensuring old style file removed, and should be removed in next major relese