We use the Cloud-init system built into Ubuntu for our Amazon VPC
instances. When starting a new instance we pass it User-data which contains
commands in Cloud-config format that sets the hostname and domain, adds the
puppetlabs repo, updates the package cache, installs puppet and enters some
v
Can you pass that information to the instances using cloud-init / user-data?
On Tue, Aug 26, 2014 at 2:57 PM, Andy Taylor wrote:
> I'd recommend checking out Razor:
>
> https://github.com/puppetlabs/razor-server/wiki
>
> Although as far as I'm aware it's not production ready yet.
>
> On Tuesday
I'd recommend checking out Razor:
https://github.com/puppetlabs/razor-server/wiki
Although as far as I'm aware it's not production ready yet.
On Tuesday, 26 August 2014 20:41:01 UTC+1, Alex Demitri wrote:
>
> Hi guys - i am fairly new to puppet and i am trying to figure out ways to
> implement