On Jan 1, 2011, at 12:53 AM, bowlby wrote:

> Hi,
> 
> I'm figuring out a way to build a ssh-gateway. For that to work I want
> access to the internal ipaddresses that are used by my slaves (which
> get assigned by dhcp and thus are not predictable). This way I can
> change the host-file on my ssh-gateway so that hostnames point to the
> right nodes.
> 
> So I want something like:
> 
> SSH-gateway-hostfile:
> 192.168.1.12    hostname1
> 192.168.1.67    hostname2
> 
> Is there a way to access facts on from nodes other than the node
> you're working on?

I think you could do this with storedconfigs+puppet_concat.  The idea is that 
you make the file fragments using storedconfigs and then put the pieces 
together using puppet_concat.  This solution tries to get around your original 
question.

-- 
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.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to