Re: [Puppet Users] Puppet Gurus, Question

2018-10-19 Thread Nick Hasser
Have you tried https://www.onyxpoint.com/? On Thu, Oct 18, 2018 at 2:41 PM wrote: > Puppet Gurus, I am looking for a person or contracting company to assist > my company in the Washington DC area for a Contract Puppet SME. Where is a > good place to look or post? Any help would be appreciated. T

Re: [Puppet Users] Puppet 6 removed native Nagios provider

2018-10-19 Thread David Schmitt
Also see https://puppet.com/docs/puppet/6.0/type.html#deprecated-types for a complete list and https://puppet.com/docs/puppet/6.0/release_notes.html#new-features-and-improvements-1 for some background. Cheers, David On Fri, Oct 19, 2018 at 6:49 AM Angel L. Mateo wrote: > > El 19/10/18 a las 5:

Re: [Puppet Users] Re: Apache module + Ubuntu 18.04 + mpm prefork breaks PHP version

2018-10-19 Thread David Schmitt
Hi comport3, would you be interested to contribute this change to the main apache module for the benefit of everyone? If you never have contributed to a public module before check out David Swan's talk from Puppetize Live: https://www.youtube.com/w

Re: [Puppet Users] pip package provider on Redhat

2018-10-19 Thread David Schmitt
To answer your original question: no, there is no way to override the ruby code without modifying the ruby code. On Thu, Oct 18, 2018 at 7:41 PM Sergei Gerasenko wrote: > > Yeah, I know we're old. I'm asking in general though (imagining it would > be happening with the current version for exampl

Re: [Puppet Users] Using variable for user password hash causes password updated each run.

2018-10-19 Thread David Schmitt
Check if the output of your script actually matches *exactly* the hash that gets written into the user. Whitespace, even a new line at the end, might confuse puppet here. If that's the problem, use https://forge.puppet.com/puppetlabs/stdlib#strip to fix that. Cheers, DavidS On Thu, Oct 18, 2018 a

Re: [Puppet Users] Puppet Gurus, Question

2018-10-19 Thread Trevor Vaughan
Thanks for the recommendation Nick! We're in the general DC area and anyone should feel free to reach out to us, or me directly if that's easier, if they need help. We definitely know Puppet and maintain https://simp-project.com. No worries if you don't want to dive into the project, we consult o

Re: [Puppet Users] pip package provider on Redhat

2018-10-19 Thread jcbollinger
On Friday, October 19, 2018 at 7:00:51 AM UTC-5, David Schmitt wrote: > > To answer your original question: no, there is no way to override the ruby > code without modifying the ruby code. > I guess it depends on what one means by "override". The existing provider cannot be made to work diffe

[Puppet Users] Re: Puppet Certificate Issues

2018-10-19 Thread Rohit
Hello Morgan, If you are refferring to the cert being in the conf/ssl/certs folder, then yes, our.puppet.domain.pem is in the folder. When running the 'puppet cert list --all' I see three certificates (in the SHA256 format): - computername.our.puppet.domain - our.puppet.domain - server

Re: [Puppet Users] Re: Puppet Certificate Issues

2018-10-19 Thread Morgan Rhodes
A few things to verify: 1) what hostname is your puppetdb container trying to connect to puppetserver at? a) This should be in your docker-entrypoint.sh script in the puppetdb container. Likely either 'puppet' or '$PUPPETSERVER_HOSTNAME' depending on what variables you have set in your compose

Re: [Puppet Users] Re: Puppet Certificate Issues

2018-10-19 Thread Rohit
1. puppet_db is trying to connect our.puppet.domain, there is no docker-entrypoint.sh script that I was able to find. 1. For reference, this is the docker-compose.yml: 2. puppetdb: container_name: puppet_db hostname: puppetdb.pen

Re: [Puppet Users] Re: Puppet Certificate Issues

2018-10-19 Thread Morgan Rhodes
When you look at the output of `puppet cert list all` does the certificate for your puppetmaster also include the alt name 'puppet'? (Something like 'alt names: "DNS:puppet", "DNS:testpuppet"'). If not, I'm guessing that's your problem. You mentioned in your earlier email that you were using puppe