Fixed slapd service on OpenBSD

Can't have quotes in the flags after all, rc check will fail.
This commit is contained in:
Ossi Salmi 2012-03-01 17:00:31 +02:00
parent a81a9d550d
commit 0479aeb8b8

View file

@ -350,7 +350,7 @@ class ldap::server {
service { "slapd":
name => $service_name,
start => $operatingsystem ? {
"openbsd" => "/usr/local/libexec/slapd -u _openldap -h 'ldap:/// ldaps:///'",
"openbsd" => "/usr/local/libexec/slapd -u _openldap -h ldap:///\\ ldaps:///",
default => undef,
},
ensure => running,