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
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
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
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
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