Re: [Puppet Users] Re: puppet master not seeing certificate signing request from agent

2018-10-31 Thread Justin Stoller
What happens on the agent that is running on the master? When running any agent here's a flag, `--http_debug` I think, that will show you exactly what Puppet's requesting. Seeing the output from curling the CA endpoints from the agent in question might be helpful (both from curl's side and the ma

[Puppet Users] Re: puppet master not seeing certificate signing request from agent

2018-10-31 Thread Matt Zagrabelny
On Wed, Oct 31, 2018 at 11:23 AM Matt Zagrabelny wrote: > Greetings, > > I'm running puppet 5.5.6 (Debian testing). > > I'm having issues getting the master to see the cert signing request from > an agent. > > The firewall isn't an issue. I see the packets hit an "allow" rule on the > master, but

[Puppet Users] puppet master not seeing certificate signing request from agent

2018-10-31 Thread Matt Zagrabelny
Greetings, I'm running puppet 5.5.6 (Debian testing). I'm having issues getting the master to see the cert signing request from an agent. The firewall isn't an issue. I see the packets hit an "allow" rule on the master, but I've also turned the firewall off. tcpdump shows the packets reaching t

[Puppet Users] Re: how to manage a resource to single instance using hiera fqdn in a datacenter.

2018-10-31 Thread jcbollinger
On Tuesday, October 30, 2018 at 11:42:59 AM UTC-5, linuxlearni...@gmail.com wrote: > > > I'm new to hiera. can someone please guide with some references how to > install a package only to a single node for the 20 nodes in a datacenter > pointing to the same role using hiera fqdn. Thanks in adv