Mike

Thank you for solution.
Perhaps it would be useful to people facing same issue - full instruction 
set for CentOS looks like:

1. sudo vim /etc/selinux/targeted/contexts/files/file_contexts

Make sure that following line is there:
/etc/puppet(/.*)?       system_u:object_r:puppet_etc_t:s0

2. sudo restorecon -F -e /etc/puppet/puppet.conf 

3. Verify security context:
$> ls -l --context /etc/puppet/puppet.conf

Output should be something like 
-rw-r--r--. root root system_u:object_r:puppet_etc_t:s0 
/etc/puppet/puppet.conf

Dan

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to