> Now in many cases puppet tries to execute Exec["install-mysql-gem"] > before Package["ruby-devel"] or Package["rubygems"] or both. > > Is there a way that I can ensure that puppet renders the file in order > the script is written ?
Like Pete says, that is what 'require' is supposed to do. Can you run "puppetd --verbose --debug --test" (when you expect puppet to fail) and post the output? Mike -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
