On Dec 15, 5:01 pm, Douglas Garstang <doug.garst...@gmail.com> wrote:
> I'll trying to work out the best way to configure networking in
> puppet, being routes, dns and ip addresses.
>
> First question... are definitions executed in the order they appear?

Do not attempt to rely on file order to control the sequence in which
Puppet applies resources to the client system.  Individual resources
should instead use the "require" and / or "before" parameters to
express dependencies on other resources or classes.

I note also that you need to already have at least a partially-
functional network configuration for Puppet to be able to retrieve its
catalog from a remote puppetmaster.  That makes for a bit of a chicken-
and-egg problem with using Puppet to set up networking.  It's not
insurmountable, and no doubt you've already thought about that, but I
just thought I'd mention it.

--

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