ldap: Style fixes.
This commit is contained in:
parent
e13e510b6e
commit
f6cc316cb1
1 changed files with 7 additions and 9 deletions
|
@ -530,16 +530,14 @@ class ldap::server {
|
|||
}
|
||||
}
|
||||
|
||||
if $::selinux == "true" {
|
||||
selinux::manage_fcontext { "/srv/ldap(/.*)?":
|
||||
selinux::manage_fcontext { "/srv/ldap(/.*)?":
|
||||
type => "slapd_db_t",
|
||||
before => File["/srv/ldap"],
|
||||
}
|
||||
if $ldap_datadir {
|
||||
selinux::manage_fcontext { "${ldap_datadir}(/.*)?":
|
||||
type => "slapd_db_t",
|
||||
before => File["/srv/ldap"],
|
||||
}
|
||||
if $ldap_datadir {
|
||||
selinux::manage_fcontext { "${ldap_datadir}(/.*)?":
|
||||
type => "slapd_db_t",
|
||||
before => File[$ldap_datadir],
|
||||
}
|
||||
before => File[$ldap_datadir],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue