Skip to content

Commit c980e2d

Browse files
committed
Mail should be true if configuring mailhosts
1 parent 69cb029 commit c980e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/classes/nginx_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
nginx_servers_defaults: { 'listen_options' => 'default_server' },
1717
nginx_locations: { 'test2.local' => { 'server' => 'test2.local', 'www_root' => '/' } },
1818
nginx_locations_defaults: { 'expires' => '@12h34m' },
19+
mail: true,
1920
nginx_mailhosts: { 'smtp.test2.local' => { 'auth_http' => 'server2.example/cgi-bin/auth', 'protocol' => 'smtp', 'listen_port' => 587 } },
2021
nginx_mailhosts_defaults: { 'listen_options' => 'default_server_smtp' },
2122
nginx_streamhosts: { 'streamhost1' => { 'proxy' => 'streamproxy' } }

0 commit comments

Comments
 (0)