Skip to content

Commit

Permalink
fix a test for 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Oct 20, 2023
1 parent b8a5156 commit 61b6107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/nginx_mail_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
class { 'nginx':
mail => true,
nginx_version => '1.25.1',
nginx_version => '1.25.1',
dynamic_modules => fact('os.family') ? {
'RedHat' => ['/usr/lib64/nginx/modules/ngx_mail_module.so'],
default => [],
Expand Down Expand Up @@ -92,7 +92,7 @@ class { 'nginx':
class { 'nginx':
mail => true,
nginx_version => '1.25.1',
nginx_version => '1.14.0',
dynamic_modules => fact('os.family') ? {
'RedHat' => ['/usr/lib64/nginx/modules/ngx_mail_module.so'],
default => [],
Expand Down

0 comments on commit 61b6107

Please sign in to comment.