Turned out restarting the puppet master was the solution. Drove me insane for a while, but now all but a couple of things have started to work. I've posted about one of them in a separate thread.
On Sun, Mar 1, 2015 at 2:58 PM Felix Frank <[email protected]> wrote: > Can you make your code available somewhere, so that we can reproduce? > > Generally, I'd like to second John's general advice: Do restart your > Puppet processes to make sure that changes to your Ruby code take effect. > > Best, > Felix > > On 02/27/2015 09:22 PM, Peter Berghold wrote: > > I think I discovered something, correct me if I'm in the weeds with > > this. > > > > Seems certain patterns cannot be used as parameters for a type. So > > far on my list > > > > version > > ipv4listen > > rndcport > > > > that last one baffles me. > > > > bindconfigure { $mypersonality: > > # ipv4listen=>"any", > > ipv6listen=>"any", > > # rndcport=>"951", > > statsport=>"8080", > > named=>'-n 2', > > ztp=>"no", > > m_notify=>"no", > > transfer=>"none", > > version=>'9.9.5-S1', > > state=>"on", > > notify=> Service['named-all'] > > > > } > > anybody see anything objectionable here? > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/54F36F6C.6070205%40Alumni.TU-Berlin.de. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAArvnv04GFXFMaG1APKffL8bs4DMFM76QsTttBVz%2Bs2i%3DXWqTw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
