Re: [Puppet Users] SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B

2018-02-16 Thread vinay mandava
Make sure the time matches on master and agent. The issue CRL is not yet valid for indicates that the time between the Puppet-agent and the Puppetmaster is out of sync . Sync the time (NTP). Remove the certificate from the Puppet-a

[Puppet Users] Puppet 5 tests of forked module gives errors

2018-02-16 Thread jmp242
So I originally conflated 2 different issues, and the one was fixed with the bugfix referenced in my previous thread. So this one is still happening. I have an updated module to test (a forked reboot module) which I have deployed in my dev environment and code to use the new parameter, however

[Puppet Users] Re: 'require' option is ignored?

2018-02-16 Thread jcbollinger
On Thursday, February 15, 2018 at 9:46:17 AM UTC-6, buoyant_puppy wrote: > > Got it, thanks everyone. > > Just one small point to add - I'm not actually directly concerned with > Execs here. If you look at my original example, I was needing to do a > conditional check like "if directory exists

[Puppet Users] Re: containment questions

2018-02-16 Thread jcbollinger
On Wednesday, February 14, 2018 at 12:02:41 PM UTC-6, Peter Bauer wrote: > > hi, > > i was recently bitten by ordering issues caused by missing contain/anchor > declarations in a PostgreSQL module which should have finished its job > before configuring and starting the PuppetDB which is done by

[Puppet Users] Re: containment questions

2018-02-16 Thread jcbollinger
On Thursday, February 15, 2018 at 9:09:34 PM UTC-6, Jeremiah Powell wrote: > > You can also use stages to define strong barriers to order large parts of > a task. The canonical example is configuring a database before the > application that needs it. > Stages are the wrong tool for almost eve

Re: [Puppet Users] Re: How manage tag (exported ressources)

2018-02-16 Thread Albert Shih
Le 12/02/2018 à 07:11:23-0800, jcbollinger a écrit > HI, > > I would start by generalizing the problem a bit.  Why do you want to export a > resource from H1 to H2->100?  There are two aspects that I would recommend file_line was just a example, because currently I work on that. > being reflect

[Puppet Users] Re: containment questions

2018-02-16 Thread Peter Bauer
Am Freitag, 16. Februar 2018 04:09:34 UTC+1 schrieb Jeremiah Powell: > > You can also use stages to define strong barriers to order large parts of > a task. The canonical example is configuring a database before the > application that needs it. > But stages are not transitive either so the stag