[Puppet Users] Could not retrieve catalog from remote server: Error 400 Unsupported query parameter 'command'

2017-01-16 Thread alohaaaron
Hello, I just added postgresql 9.6 to my puppet server and receive this error. Error: Could not retrieve catalog from remote server: Error 400 on SERVER: [400 ] Unsupported query parameter 'command' I also looked at the debug info and installed the gem msgpack just in case, which seemed like just

Re: [Puppet Users] puppet 4.4 syntax help with nested fact using erb template (solved)

2016-04-14 Thread alohaaaron
Thanks Francois, that works as well! On Thu, Apr 14, 2016 at 4:20 AM, Francois Lafont < francois.lafont.1...@gmail.com> wrote: > Hello, > > Try this in your template: > > HWADDR is <%= > scope.lookupvar('::networking')['interfaces']['eth0']['mac'] %> > > or this: > > HWADDR is <%= > scope.loo