Skip to content

Commit

Permalink
Merge pull request #530 from Ensighten/fix_tests
Browse files Browse the repository at this point in the history
Pin the package provider for RedHat osfamily
  • Loading branch information
jaxxstorm authored Aug 30, 2016
2 parents 9be3f97 + dda1021 commit 5d2512f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/classes/sensu_redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

describe 'sensu' do
let(:facts) { { :fqdn => 'testhost.domain.com', :osfamily => 'RedHat' } }
let(:pre_condition) { 'Package{ provider => "yum"}' }

context 'redis config' do

Expand Down

0 comments on commit 5d2512f

Please sign in to comment.