Skip to content

Commit

Permalink
add ssl with listen for spec/acceptance/nginx_mail_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rhykw committed Jan 1, 2019
1 parent e3137af commit 30f696a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/nginx_mail_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class { 'nginx':
describe file('/etc/nginx/conf.mail.d/domain1.example.conf') do
it { is_expected.to be_file }
it { is_expected.to contain 'auth_http localhost/cgi-bin/auth;' }
it { is_expected.to contain 'listen *:465 ssl;' }
end

describe port(587) do
Expand Down

0 comments on commit 30f696a

Please sign in to comment.