We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f753694 + 5551ba1 commit fdbb68fCopy full SHA for fdbb68f
2 files changed
manifests/frontend.pp
@@ -117,7 +117,7 @@
117
if $ipaddress and $bind {
118
fail('The use of $ipaddress and $bind is mutually exclusive, please choose either one')
119
}
120
- if $bind_options != '' {
+ if $bind_options {
121
warning('The $bind_options parameter is deprecated; please use $bind instead')
122
123
manifests/listen.pp
@@ -123,7 +123,7 @@
if $ipaddress == undef and $bind == undef {
124
fail('Either $ipaddress or $bind is needed, please choose one')
125
126
127
128
129
0 commit comments