Re: [Puppet Users] "Error: Could not request certificate: Error 500 on SERVER" after updating certificate

2016-10-26 Thread Lowe Schmidt
So you did remove the SSL certificate on the _agent_ as well? -- Lowe Schmidt | +46 723 867 157 On 26 October 2016 at 08:22, wrote: > In the log: > > Could not prepare for execution: The certificate retrieved from the master > does not match the agent's private key. > Certificate fingerprint: >

Re: [Puppet Users] Role vs hiera

2016-10-26 Thread Luke Bigum
It may not be as difficult as you think, and, you can *just* use it to insert a fake Fact, you don't have to start actually classifying your node classes with it. I supplied our ENC to the list a while ago, it's just a bit of Python that reads YAML: https://groups.google.com/forum/#!searchin/p

Re: [Puppet Users] Metaparams break rake tests - how to avoid it ?

2016-10-26 Thread Jakov Sosic
On 10/22/2016 04:32 PM, Martin Alfke wrote: This code is fine. You just declare a stage resource type. Except for: why do you want to make use of stages? Stages have been introduced as a high level ordering concept which is no longer best practice. You should use standard ordering instead (requ

Re: [Puppet Users] Metaparams break rake tests - how to avoid it ?

2016-10-26 Thread Rob Nelson
I believe what Martin was saying is, try `$stage_name` instead of `$stage` (or similar), because `$stage_name` would not be a reserved word/metaparameter name. Rob Nelson rnels...@gmail.com On Wed, Oct 26, 2016 at 8:35 PM, Jakov Sosic wrote: > On 10/22/2016 04:32 PM, Martin Alfke wrote: > > Th

Re: [Puppet Users] Metaparams break rake tests - how to avoid it ?

2016-10-26 Thread Martin Alfke
> On 27 Oct 2016, at 02:35, Jakov Sosic wrote: > > On 10/22/2016 04:32 PM, Martin Alfke wrote: > >> This code is fine. >> You just declare a stage resource type. >> Except for: why do you want to make use of stages? >> Stages have been introduced as a high level ordering concept which is no >>

Re: [Puppet Users] "Error: Could not request certificate: Error 500 on SERVER" after updating certificate

2016-10-26 Thread shlo . afgin
Yes On Wednesday, October 26, 2016 at 10:23:59 AM UTC+3, Lowe Schmidt wrote: > > So you did remove the SSL certificate on the _agent_ as well? > -- > Lowe Schmidt | +46 723 867 157 > > > On 26 October 2016 at 08:22, > wrote: > > In the log: > > > > Could not prepare for execution: The certi