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