Use native service provider on OpenBSD

This commit is contained in:
Ossi Salmi 2016-04-18 15:32:47 +03:00
parent a0c2c84e0d
commit b0bec99e0c
12 changed files with 17 additions and 197 deletions

View file

@ -63,7 +63,7 @@ class sasl::saslauthd {
}
"openbsd": {
Service["saslauthd"] {
start => "/usr/local/sbin/saslauthd -a ldap",
flags => "-a ldap",
}
}
"ubuntu": {
@ -108,7 +108,7 @@ class sasl::saslauthd {
}
"openbsd": {
Service["saslauthd"] {
start => "/usr/local/sbin/saslauthd -a kerberos5",
flags => "-a kerberos5",
}
}
"ubuntu": {