Skip to content

Commit

Permalink
Merge pull request #1075 from mhaskel/debian_7
Browse files Browse the repository at this point in the history
Debian 7 is very inconsistent with mod_suphp
  • Loading branch information
cyberious committed Mar 17, 2015
2 parents 8c30646 + 17ed791 commit e4ec6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/mod_suphp_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'spec_helper_acceptance'

describe 'apache::mod::suphp class', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
case fact('osfamily')
when 'Debian'
case fact('operatingsystem')
when 'Ubuntu'
context "default suphp config" do
it 'succeeds in puppeting suphp' do
pp = <<-EOS
Expand Down

0 comments on commit e4ec6d4

Please sign in to comment.