Fixed slapd service on OpenBSD
Can't have quotes in the flags after all, rc check will fail.
This commit is contained in:
parent
a81a9d550d
commit
0479aeb8b8
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ class ldap::server {
|
||||||
service { "slapd":
|
service { "slapd":
|
||||||
name => $service_name,
|
name => $service_name,
|
||||||
start => $operatingsystem ? {
|
start => $operatingsystem ? {
|
||||||
"openbsd" => "/usr/local/libexec/slapd -u _openldap -h 'ldap:/// ldaps:///'",
|
"openbsd" => "/usr/local/libexec/slapd -u _openldap -h ldap:///\\ ldaps:///",
|
||||||
default => undef,
|
default => undef,
|
||||||
},
|
},
|
||||||
ensure => running,
|
ensure => running,
|
||||||
|
|
Loading…
Add table
Reference in a new issue