Displaying 1 result from an estimated 1 matches for "79e32e10".
Did you mean:
79e2d10
2011 Sep 30
1
Help with cloud provisioner
...now I am using puppet to provision nodes
in EC2. I am running cloud provisioner .60rc1 and my question is what
happens after a puppet node bootstrap? I''m running into some issues
and maybe its just idiot user driving this thing, but I do something
like:
puppet node bootstrap --image ami-79e32e10 --keypair puppet --login
root --keyfile \
/root/.ssh/puppet.pem --certname app01.c43870.blueboxgrid.com --type
m1.small
which works okay when EC is being nice, the node comes up and puppet
logs in and installs the agent which then generates a certificate and
has it auto signed. After which the...