Syntax cleanup

This commit is contained in:
Ossi Salmi 2013-06-13 15:34:11 +03:00
parent 6efac4de21
commit c8fbeb22f6
5 changed files with 7 additions and 7 deletions

View file

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