We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1c93e commit 8a4c081Copy full SHA for 8a4c081
manifests/resource/mailhost.pp
@@ -188,7 +188,7 @@
188
if ! defined(Class['nginx']) {
189
fail('You must include the nginx base class before using any defined resources')
190
} elsif versioncmp($facts.get('nginx_version', $nginx::nginx_version), '1.15.0') < 0 {
191
- fail('This module does not support nginx 1.14')
+ fail('The mail module requires nginx 1.15 or newer')
192
} elsif ! $nginx::mail {
193
fail('nginx mail proxy requires the nginx::mail flag to be set true')
194
}
0 commit comments