[Puppet Users] Puppet external CA Vs Puppet CA

2017-08-10 Thread DJ
Hello, I want to know what is recommended way for puppet CA, is internal Puppet CA works or if we have company standard CA we should use that, can anyone highlight pros and cons of each method ? Thanks, DJ -- You received this message because you are subscribed to the Google Groups "Puppet U

[Puppet Users] PQL questions

2017-08-10 Thread R.I.Pienaar
I want to do dot based fact queries in PQL, basic example: inventory[certname] {facts.os.distro.release.major = "7"} Great, no problems so far that works, but I cannot figure out how to say != "7" in the fact endpoint I can do: facts {name = "%s" and !(value = "%s")} However this does no

[Puppet Users] fstab not cleared if unmount fails

2017-08-10 Thread João Matos
Hi guys managing nfs mounts with ghoneycutt/puppet-module-nfs when setting a busy mount to absent it fails the unmount and doesnt remove the fstab. Failing the unmount, fine - O.S. stuff - but clearing the fstab doesnt make sense. Unless the mount type code doing the task cannot handle the unm

[Puppet Users] Re: fstab not cleared if unmount fails

2017-08-10 Thread João Matos
note this is PE 3.8 On Thursday, 10 August 2017 19:10:53 UTC+1, João Matos wrote: > > Hi guys > > managing nfs mounts with ghoneycutt/puppet-module-nfs when setting a busy > mount to absent it fails the unmount and doesnt remove the fstab. > Failing the unmount, fine - O.S. stuff - but clearing

Re: [Puppet Users] PQL questions

2017-08-10 Thread R.I.Pienaar
On Thu, Aug 10, 2017, at 18:32, R.I.Pienaar wrote: > I want to do dot based fact queries in PQL, basic example: > >inventory[certname] {facts.os.distro.release.major = "7"} > > Great, no problems so far that works, but I cannot figure out how to say > != "7" > > in the fact endpoint I can