diff --git a/backuppc/manifests/init.pp b/backuppc/manifests/init.pp index bd4f367..89799d0 100644 --- a/backuppc/manifests/init.pp +++ b/backuppc/manifests/init.pp @@ -115,10 +115,8 @@ class backuppc::server { } default: { $backuppc_seltype = "httpd_sys_rw_content_t" - if $::selinux == "true" { - selinux::manage_fcontext { "/etc/BackupPC(/.*)?": - type => $backuppc_seltype, - } + selinux::manage_fcontext { "/etc/BackupPC(/.*)?": + type => $backuppc_seltype, } } }