I have tried to boot strap a windows 2016 ec2 instance through a launch 
template. In the config I put

<powershell>
[Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; 
$webClient = New-Object System.Net.WebClient; 
$webClient.DownloadFile('https://<MASTER 
HOSTNAME>:8140/packages/current/install.ps1', 'install.ps1'); .\install.ps1
</powershell>

I of course put my puppetmaster hostname in. I have used this with method 
of installing the agent with running ec2 servers, but I am failing here. 

I am looking for idea's as to bootstrapping a windows 2016 ec2 instance 
with puppet 6. 

Any idea's?




-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/ad10c39a-de1b-4bd2-a708-651c782f40ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to