Re: [Puppet Users] Error 400 on SERVER: Permission denied - /var/lib/puppet/yaml/facts/server.example.com.yaml

2012-01-12 Thread David Chin
And an error that arose in the past hour which I just figured out needed this access: allow httpd_t puppet_var_lib_t:file append; G'night, Dave -- David Chin, Ph.D. chi...@wfu.edu                  High Performance Computing Systems Analyst Office: +1.336.758.2964         Wake F

Re: [Puppet Users] Error 400 on SERVER: Permission denied - /var/lib/puppet/yaml/facts/server.example.com.yaml

2012-01-12 Thread David Chin
odule -i puppet_passenger.pp The specific issues that arose from httpd_t's need for access to puppet stuff were: allow httpd_t puppet_var_lib_t:dir { write read create add_name }; allow httpd_t puppet_var_lib_t:file { relabelfrom relabelto create write }; Hope that helps, Dave -- David Ch

Re: [Puppet Users] Error 400 on SERVER: Permission denied - /var/lib/puppet/yaml/facts/server.example.com.yaml

2012-01-09 Thread David Chin
Turns out to be SELinux: httpd_t needs file write to puppet_var_lib_t. Cheers, Dave -- David Chin, Ph.D. chi...@wfu.edu                  High Performance Computing Systems Analyst Office: +1.336.758.2964         Wake Forest University Mobile: +1.336.608.0793         Winston-Salem, NC Email-to

[Puppet Users] Error 400 on SERVER: Permission denied - /var/lib/puppet/yaml/facts/server.example.com.yaml

2012-01-06 Thread David Chin
facts/ I manually created the .yaml file by doing: facter -y > ${factsdir}/$ (facter fqdn).yaml Thanks in advance for any pointers. Cheers, -- David Chin -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send em