I have the class below and it doens;t work. That it is, it does work if I
run it twice. On the second puppet-run everything works, on the first it
doesn't run the third, because of failed dependencies.
Any suggestions?
class ebssnapshot::prepare {
exec{"netamzonec2a":
com
Thanks! Stefans suggestion seemed elegant and productive, and proved to be so.
On Sat, Jan 1, 2011 at 6:48 PM, Stefan Schulte
wrote:
> On Sat, Jan 01, 2011 at 12:53:11AM -0800, bowlby wrote:
>> Hi,
>>
>> I'm figuring out a way to build a ssh-gateway. For that to work I want
>> access to the int
Hi Stephan,
You're resonse got me thinking. I was using this on Amazon EC2:
@@host { $fqdn:
ip => $ipaddress,
host_aliases => ["${hostname_alias}",
"${domain_name}", "${hostname}"],
ensure => present,
Hi Stephan,
I'm using Amazon EC2 instances as slaves and want to connect to these
slaves via ssh but do not want the world to see port 22 is accessible.
So the world just sees port 80. On the internal network I want an
ssh-gateway to which I can connect. On the ssh-gateway I just want to
issue 'ss