Re: [Puppet Users] Puppet Resource API - provider get method

2019-10-28 Thread gramsa49
Thanks for your insights. I have not looked into title_patterns in this case because the name is available in the method and the other namevars are sufficient for retrieving the other information, though this would allow for the creation of resources with the same name value with other namevar

Re: [Puppet Users] Puppetserver 6.2.1 refuses to start after crash

2019-10-28 Thread Justin Stoller
inline On Fri, Oct 11, 2019 at 8:53 AM Sander de Boer wrote: > I have a problem with a with Foreman and Puppet server (6.2.1) on a KVM VM > with Ubuntu 18.04. > After a crash of the VM Foreman starts without a problem (no errors in > it's logs) but puppetserver refuses with this JRuby java error

Re: [Puppet Users] Puppet Resource API - provider get method

2019-10-28 Thread David Schmitt
Hi Axton, this is a long-standing issue with how puppet resources are implemented. Adding path name vars like you did is one of the work arounds with the least issues. if. you add title patterns, it can be actually quite nice to use, say, defining for example "/etc/some.conf#key" for the "key" key