Brian Schonecker

Results 70 comments of Brian Schonecker

I'm returning to the world of Puppet after a four year break. Is there any reason this project is tied to Postgresql 9.6 and 11? I've installed PSQL 10, 11...

I'm having the same problem. I know PuppetDB is working because I've got exported resources (ssh keys for example) showing up on all of my clients but the zabbix agent...

Would a simple addition of: selinux::fcontext {'puppetboard': seltype => 'httpd_sys_content_t', pathspec => '/srv/puppetboard(/.*)?, } suffice if $::puppetboard::manage_selinux is true?

I'd like to comment that for me, on Puppet 5 Open Source, I also had to install gcc-c++ (via yum) to be able to install the zabbixapi gem: [root@puppetserver 2.4.0]#...

Update: If I set variable puppetboard::python_version: '3.6' then puppetboard does install properly and runs. The RedHat.8.yaml sets the python version to '3.8' and only when python is set to 3.6...

Yep, nearly identical. When I changed the Python version to 3.6 everything worked. I'll rebuild my VM with python 3.8 and post the errors.

I have a need for this feature, too. When building a new Gitlab CE server on linux, I want to create a base project (control-repo) and populate its properties with...

Yeah, it's been more than two years since a forge release....

This would be solved by #282.

You could create a file resource with "ensure => file": ``` file {'/etc/sudoers.d/DoNotTouch': ensure => file, } ``` This would tell Puppet that the file itself is "known to puppet"...