Lint fixes

This commit is contained in:
Ossi Salmi 2015-05-04 11:03:26 +03:00
parent 96fb1bacbc
commit f70c8572a5
18 changed files with 71 additions and 43 deletions

View file

@ -16,7 +16,7 @@ class sasl::client {
},
}
if $kerberos_realm and $::operatingsystem != "OpenBSD" {
if $::kerberos_realm and $::operatingsystem != "OpenBSD" {
package { "cyrus-sasl-gssapi":
ensure => installed,
name => $::operatingsystem ? {
@ -73,6 +73,7 @@ class sasl::saslauthd {
notify => Service["saslauthd"],
}
}
default: { )
}
file { "/etc/saslauthd.conf":
@ -111,6 +112,7 @@ class sasl::saslauthd {
notify => Service["saslauthd"],
}
}
default: { }
}
}
default: {