Skip to content

Commit

Permalink
(bugfix) Update test for Rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Sep 28, 2021
1 parent 1811414 commit 9aced11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/mod/fastcgi_spec.rb
Expand Up @@ -17,7 +17,7 @@
it { is_expected.to contain_apache__mod('fastcgi') }
it { is_expected.to contain_package('libapache2-mod-fastcgi') }
it { is_expected.to contain_file('fastcgi.conf') }
when 'RedHat', 'CentOS', 'OracleLinux', 'Scientific'
when 'RedHat', 'CentOS', 'OracleLinux', 'Scientific', 'Rocky'
if facts[:os]['release']['major'].to_i < 7
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('apache::params') }
Expand Down

0 comments on commit 9aced11

Please sign in to comment.