Skip to content

Commit

Permalink
Merge pull request redhat-openstack#244 from arioch/fix_travis_depr_ruby
Browse files Browse the repository at this point in the history
Ruby 1.8.7 is deprecated
  • Loading branch information
blkperl committed Mar 4, 2015
2 parents 1830403 + e41495e commit 59ab73e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions manifests/plugin/python.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59ab73e

Please sign in to comment.