Fixed $selinux check from tftp::server.

This commit is contained in:
Timo Mkinen 2010-11-18 11:50:30 +02:00
parent 84f0f1694c
commit 11a5de8781

View file

@ -51,7 +51,7 @@ class tftp::server {
} }
} }
if $selinux { if "${selinux}" == "true" {
selinux::manage_fcontext { "/srv/tftpboot(/.*)?": selinux::manage_fcontext { "/srv/tftpboot(/.*)?":
type => "tftpdir_t", type => "tftpdir_t",
before => File["/srv/tftpboot"], before => File["/srv/tftpboot"],