Syntax cleanup
This commit is contained in:
parent
6efac4de21
commit
c8fbeb22f6
5 changed files with 7 additions and 7 deletions
|
@ -530,7 +530,7 @@ class ldap::server {
|
|||
}
|
||||
}
|
||||
|
||||
if "${selinux}" == "true" {
|
||||
if $::selinux == "true" {
|
||||
selinux::manage_fcontext { "/srv/ldap(/.*)?":
|
||||
type => "slapd_db_t",
|
||||
before => File["/srv/ldap"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue