Fixed selinux check in mysql::server
This commit is contained in:
parent
e40a51186d
commit
0ed66bddf9
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class mysql::server {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if $selinux {
|
if "${selinux}" == "true" {
|
||||||
selinux::manage_fcontext { "/srv/mysql(/.*)?":
|
selinux::manage_fcontext { "/srv/mysql(/.*)?":
|
||||||
type => "mysqld_db_t",
|
type => "mysqld_db_t",
|
||||||
before => File["/srv/mysql"],
|
before => File["/srv/mysql"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue