From 11a5de8781a0a335319757bb9cb7d674c9776848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Thu, 18 Nov 2010 11:50:30 +0200 Subject: [PATCH] Fixed $selinux check from tftp::server. --- tftp/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tftp/manifests/init.pp b/tftp/manifests/init.pp index 55ca686..8fd6503 100644 --- a/tftp/manifests/init.pp +++ b/tftp/manifests/init.pp @@ -51,7 +51,7 @@ class tftp::server { } } - if $selinux { + if "${selinux}" == "true" { selinux::manage_fcontext { "/srv/tftpboot(/.*)?": type => "tftpdir_t", before => File["/srv/tftpboot"],