Fixed sasl::client for Ubuntu.
This commit is contained in:
parent
1993ee6714
commit
ebad927590
1 changed files with 8 additions and 0 deletions
|
@ -4,11 +4,19 @@
|
|||
class sasl::client {
|
||||
|
||||
package { "cyrus-sasl":
|
||||
name => $::operatingsystem ? {
|
||||
"ubuntu" => "sasl2-bin",
|
||||
default => "cyrus-sasl",
|
||||
},
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
if $kerberos_realm {
|
||||
package { "cyrus-sasl-gssapi":
|
||||
name => $::operatingsystem ? {
|
||||
"ubuntu" => "libsasl2-modules-gssapi-mit",
|
||||
default => "cyrus-sasl-gssapi",
|
||||
},
|
||||
ensure => installed,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue