[Puppet Users] bootstrap windows 2016 ami, puppet 6

2019-04-26 Thread Deo Breathnu
I have tried to boot strap a windows 2016 ec2 instance through a launch template. In the config I put [Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile('https://:8140/packages/current/install.ps1', 'i

[Puppet Users] Bootstrap puppet client

2015-02-03 Thread aries
Hi ~ I use chef knife bootstrap a new chef client. It use ssh method to login my client and run script to do any thing. # sudo knife bootstrap $CLIENT_IP -x $USER_NAME -P $PASSWORD -d $ERB_FILE Is there like tools for puppet ? thanks Aries -- You received this message because you are subsc

[Puppet Users] bootstrap aws instance - set server address in instance puppet.conf?

2012-07-02 Thread Leej
Hello, new user here. I'm trying to bootstrap an aws instance and need to change the server setting in puppet.conf on the client/instance that is created. Is there anyway to do this beyond modifying hosts post-hoc? puppet node_aws bootstrap --image ami-e1e8d395 --keyname mykey --login ubuntu --

Re: [Puppet Users] Bootstrap

2010-08-02 Thread Christopher Johnston
Kinda crazy. It would be better to just build a custom embedded OS (pxe boot it), then have a script that kicks off on boot-up to configure the image then the other way around. That how I handle it at my company, stateless. On Sat, Jul 31, 2010 at 5:30 AM, parag kale wrote: > Hey, > I want the

Re: [Puppet Users] Bootstrap

2010-07-31 Thread Ohad Levy
PupperOS ?:) On Sat, Jul 31, 2010 at 10:02 PM, Peter Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > I want the puppet daemon(client) to contact the server and download the > OS > > and thn boot it .. > > and in which os should the puppet daemon run? > -BEGIN PGP

Re: [Puppet Users] Bootstrap

2010-07-31 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I want the puppet daemon(client) to contact the server and download the OS > and thn boot it .. and in which os should the puppet daemon run? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla

Re: [Puppet Users] Bootstrap

2010-07-31 Thread parag kale
Hey, I want the puppet daemon(client) to contact the server and download the OS and thn boot it .. On Sat, Jul 31, 2010 at 6:56 AM, Patrick Mohr wrote: > Do you want to run it off the server or install it on the client? What OS? > > On Jul 29, 2010, at 9:02 PM, parag(PK) wrote: > > > Ca

Re: [Puppet Users] Bootstrap

2010-07-30 Thread Patrick Mohr
Do you want to run it off the server or install it on the client? What OS? On Jul 29, 2010, at 9:02 PM, parag(PK) wrote: > Can it be possible to boot up a bare metal client ,by downloding the > whole OS from server .when the client is powered on . -- You received this message because y

Re: [Puppet Users] Bootstrap

2010-07-29 Thread Ohad Levy
If you need to save some time, have a look at theforeman.org - which should takes care for most of the work for you. Ohad On Fri, Jul 30, 2010 at 12:19 PM, Daniel Pittman wrote: > "parag(PK)" writes: > > > Can it be possible to boot up a bare metal client ,by downloding the > > whole OS from se

Re: [Puppet Users] Bootstrap

2010-07-29 Thread Daniel Pittman
"parag(PK)" writes: > Can it be possible to boot up a bare metal client ,by downloding the > whole OS from server .when the client is powered on . Yes. Feel free to research PXE booting, debootstrap, debconf preseeding, kickstart, satellite, jumpstart, FAI, and the other related technol

Re: [Puppet Users] Bootstrap

2010-07-29 Thread Jeff McCune
On Thu, Jul 29, 2010 at 10:02 PM, parag(PK) wrote: > Can it be possible to boot up a bare metal client ,by downloding the > whole OS from server .when the client is powered on . Yes. Nearly all unix operating systems provide a technology to provision from bare metal through the networt.

[Puppet Users] Bootstrap

2010-07-29 Thread parag(PK)
Can it be possible to boot up a bare metal client ,by downloding the whole OS from server .when the client is powered on . -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com