On Jun 6, 2012, at 10:33 AM, Andrei-Florian Staicu wrote:
> First, for services that have ensure=>runnig and for which "service
> bla status" returns not running, can puppet be convinced to call
> "service bla restart" instead of "service bla start"?

Would be easier to change the command used to check and see if it is running 
for those processes.

> Second question, about class dependencies. I have a class called
> network, with a subclass networ::device, which I use to deploy the
> ifcfg-* files. So, for a node, i will have an undefined number of
> network::device objects. Furthermore, I have a class called
> network::ipconfig2. How can I make sure that network::ipconfig2 will
> be applied only after all the network::devices are applied?

require => Class['network::device'] ?

-- 
Jo Rhett
Net Consonance : net philanthropy to improve open source and internet projects.



-- 
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.

Reply via email to