puppet: Fixed SELinux context from puppet SSL directory (/etc/puppet/ssl).

This commit is contained in:
Timo Makinen 2013-12-12 14:03:00 +02:00
parent b72d13cc41
commit 7bf1bfb06a

View file

@ -426,6 +426,10 @@ class puppet::server::common inherits puppet::client {
require => File["/srv/puppet/files"],
}
selinux::manage_fcontext { "/etc/puppet/ssl(/.*)?":
type => $seltype,
}
File["/etc/puppet/puppet.conf"] {
content => template("puppet/puppet.conf.erb", "puppet/puppetmaster.conf.erb"),
}