Skip to content

Commit

Permalink
mailhost
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Oct 24, 2023
1 parent a645a10 commit dd0e0ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/acceptance/nginx_mail_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
class { 'nginx':
mail => true,
nginx_version => '1.25.2',
package_ensure => 'latest',
package_ensure => latest,
package_source => 'nginx-mainline',
manage_repo => true,
dynamic_modules => fact('os.family') ? {
Expand All @@ -54,7 +54,6 @@ class { 'nginx':
protocol => 'smtp',
listen_port => 587,
ssl => true,
http2 => 'on',
ssl_port => 465,
ssl_cert => '/etc/pki/tls/certs/blah.cert',
ssl_key => '/etc/pki/tls/private/blah.key',
Expand Down

0 comments on commit dd0e0ed

Please sign in to comment.