[Puppet Users] v3 agent to v4 master ssl issue

2016-02-05 Thread Christopher Wood
I have a puppet 3 agent attempting an agent run against a puppet 4 master but I am getting ssl errors. I'm out of google-fu and I've verified certs and keys, run both sides in debug using puppetserver and the rack "puppet master --no-daemonize --verbose", and am not seeing anything that jumps

[Puppet Users] bizarro error when starting a puppet agent

2016-02-05 Thread Peter Berghold
First a disclaimer: I am trying to provide support for our production team setting up a system as a Puppet agent node and most of the work I'm doing is being handled with the operations team acting as my voice operated keyboards. I handed my operations team instructions on how to install a

[Puppet Users] Creating module structure with Foreman that removes settings when a module no longer applies (like GPOs)

2016-02-05 Thread jmp242
I'm thinking about this, and it may be a total waste of time, but occasionally we want to change the configuration of an existing computer. We could totally re-image the computers, but that seems like it might be a big time sink compared to resetting when the hostgroup changes. It also seems

Re: [Puppet Users] Can puppet send email specific to a host?

2016-02-05 Thread Ken Barber
Perhaps you might want to modify the tagmail reporter, to handle this yourself. A report handler gets passed the environment, so it shouldn't be possible to massage it into shape. FWIW, tagmail has been removed from the latest source of Puppet, full explanation here:

Re: [Puppet Users] Creating module structure with Foreman that removes settings when a module no longer applies (like GPOs)

2016-02-05 Thread Garrett Honeycutt
On 2/5/16 12:33 PM, jmp242 wrote: > I'm thinking about this, and it may be a total waste of time, but > occasionally we want to change the configuration of an existing > computer. We could totally re-image the computers, but that seems like > it might be a big time sink compared to resetting when

Re: [Puppet Users] bizarro error when starting a puppet agent

2016-02-05 Thread Matthaus Owens
Peter, To allow us to be more helpful, it would be great if you could include which version of puppet you are installing and from where. From the problem you describe, I imagine you are installing from debian or ubuntu. They include 2 files in their package /etc/puppet/etckeeper-commit-pre and

Re: [Puppet Users] bizarro error when starting a puppet agent

2016-02-05 Thread Christopher Wood
It may be useful to provide them with a puppet manifest which configures most of the puppet agent. If all they need to do is "yum install puppet; puppet apply file.pp" that might simplify things from both ends. On Fri, Feb 05, 2016 at 10:00:14PM +, Peter Berghold wrote: >Just the

Re: [Puppet Users] bizarro error when starting a puppet agent

2016-02-05 Thread Peter Berghold
Just the questions you asked prompted me to ask my operators more questions. Seems instructions were not followed when they configured Puppet so a quick correction solved the problem. Thanks. On Fri, Feb 5, 2016 at 3:54 PM Peter Berghold wrote: > Puppet version:

Re: [Puppet Users] bizarro error when starting a puppet agent

2016-02-05 Thread Peter Berghold
Puppet version: 3.7.2 OS Family: RHEL lsbdistdescription => Red Hat Enterprise Linux Server release 6.5 (Santiago) On Fri, Feb 5, 2016 at 2:10 PM Matthaus Owens wrote: > Peter, > > To allow us to be more helpful, it would be great if you could include > which version