[Puppet Users] Anyone use Powershell to sign certs?

2018-04-09 Thread Ryan Murphy
Been trying to write a script that will sign a cert for a new node, but I don't seem to be having any luck. Here is the code I have so far [System.net.ServicePointManager]::ServerCertificateValidationCallback = { $true} $console_server = 'puppetserver' $node = "new-test-server.local" $actio

[Puppet Users] Re: puppet in epel

2018-04-09 Thread jcbollinger
On Monday, April 9, 2018 at 8:09:21 AM UTC-5, Michael Watters wrote: > > Most likely there are dependencies which would also need to be updated and > Redhat likes to avoid breaking things in a RHEL release. If you really > need the latest version of puppet installed the packages from the offic

[Puppet Users] Re: puppet in epel

2018-04-09 Thread Michael Watters
Most likely there are dependencies which would also need to be updated and Redhat likes to avoid breaking things in a RHEL release. If you really need the latest version of puppet installed the packages from the official repos work fine. On Thursday, April 5, 2018 at 12:26:19 PM UTC-4, Michael