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