Skip to content

Commit

Permalink
Merge pull request #918 from mhaskel/no_satisfy_2.4
Browse files Browse the repository at this point in the history
Satisfy doesn't work with apache 2.4
  • Loading branch information
cmurphy committed Oct 28, 2014
2 parents f774198 + 040546d commit eb5775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class { 'apache': }
end
end

describe 'Satisfy and Auth directive' do
describe 'Satisfy and Auth directive', :unless => $apache_version == '2.4' do
it 'should configure a vhost with Satisfy and Auth directive' do
pp = <<-EOS
class { 'apache': }
Expand Down

0 comments on commit eb5775e

Please sign in to comment.