diff --git a/puppet/manifests/init.pp b/puppet/manifests/init.pp index ada7532..f0fa9db 100644 --- a/puppet/manifests/init.pp +++ b/puppet/manifests/init.pp @@ -322,7 +322,7 @@ class puppet::server::common inherits puppet::client { } selinux::manage_fcontext { "/srv/puppet(/.*)?": type => $seltype, - before => File[$puppet_datadir], + before => File["/srv/puppet"], } if $puppet_storeconfigs != "none" {