Facter will display the values associated with network_* specific settings. Shouldn't there be a way to display all connected (active) networks in one command? For example:
# facter networks 192.168.1.2 10.0.1.1 10.10.23.0 I could then formulate a conditional based on the available networks. Of course, one could fairly argue that if I didn't know what networks were available, then I should be using puppet to configure those anyway :-) My usage scenario includes this: For NFS we generally mount over a back-end, point-to-point network; however, there are times where some machines will only have the front-end network available and therefore we will just NFS-mount over that instead. I thought it might be useful to use a conditional for this that would *prefer* the back-end network, but use the front-end otherwise. Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.