Skip to content

Commit

Permalink
(FM-8393-ekohl) fix acceptance test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erick Banks committed Sep 9, 2019
1 parent a0a21d4 commit 32b9d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/mod_php_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ class { 'apache::mod::php': }
describe file("#{apache_hash['mod_dir']}/php7.0.conf") do
it { is_expected.to contain 'DirectoryIndex index.php' }
end
elsif os[:family] == 'debian' && os[:release] =~ %r{10}
describe file("#{apache_hash['mod_dir']}/php7.3.conf") do
it { is_expected.to contain 'DirectoryIndex index.php' }
end
elsif os[:family] == 'ubuntu' && os[:release] == '18.04'
describe file("#{apache_hash['mod_dir']}/php7.2.conf") do
it { is_expected.to contain 'DirectoryIndex index.php' }
Expand Down

0 comments on commit 32b9d1f

Please sign in to comment.