[Puppet Users] Error 400 on SERVER: Permission denied.

2017-05-17 Thread Sandy
Note - a puppet newbie here - any help is much appreciated :-) We are getting a "Failed to generate additional resources using 'eval_generate': Error 400 on SERVER: Permission denied" whenever a file being accessed/referenced via the file resource (directive) "recurse = remote" function is not wor

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 Forest Unive

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

2012-01-12 Thread David Chin
Some details on how I fixed it. There were also lots of mod_passenger SELinux issues that were fixed, too. I didn't pick out the specific subset of issues that only fixed Puppet. Credit due to: http://skippy.net/puppet-subversion-selinux # setsebool -P allow_ypbind 1 # ausearch -m avc | a

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
Hello, I'm new to puppet, and am working through the Pro Puppet book (Turnbull & McCune). After a bit of struggling, I managed to get puppet + passenger + apache mostly working: a simple connect to the server on https port 8140 gives "The environment must be purely alphanumeric, not ''" Here is w