jhunt-steds
jhunt-steds
Hmm, the patch as written leads Puppet to try change the permissions for me on every run. After looking at this for a while today, it seems to me it'd...
> Would a simple addition of: > > selinux::fcontext {'puppetboard': seltype => 'httpd_sys_content_t', pathspec => '/srv/puppetboard(/.*)?, } > > suffice if $::puppetboard::manage_selinux is true? That does make Puppetboard stop throwing...
Hello everyone! I think I've chased down the issue here. Couple things to keep in mind: * The RHEL 8 system version of Python is 3.6, so if you install...
Hello again, I've found a workaround for the "wrong mod_wsgi" issue: use Hiera to declare some class defaults for `apache::mod::wsgi`. I added the following to my node's Hiera YAML file...