Skip to content

Commit

Permalink
OEL7 packaging has some issues
Browse files Browse the repository at this point in the history
This makes mod_dav_svn and mod_fcgid unable to install.
  • Loading branch information
Morgan Haskel committed Oct 21, 2014
1 parent 3d8f21a commit e3ac319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/acceptance/mod_dav_svn_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper_acceptance'

describe 'apache::mod::dav_svn class' do
describe 'apache::mod::dav_svn class', :unless => (fact('operatingsystem') == 'OracleLinux' and fact('operatingsystemmajrelease') == '7') do
case fact('osfamily')
when 'Debian'
mod_dir = '/etc/apache2/mods-available'
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/mod_fcgid_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper_acceptance'

describe 'apache::mod::fcgid class', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
describe 'apache::mod::fcgid class', :unless => (UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) or (fact('operatingsystem') == 'OracleLinux' and fact('operatingsystemmajrelease') == '7')) do
context "default fcgid config", :if => (fact('osfamily') == 'RedHat' and fact('operatingsystemmajrelease') != '5') do
it 'succeeds in puppeting fcgid' do
pp = <<-EOS
Expand Down

0 comments on commit e3ac319

Please sign in to comment.