What is the best way to map out all my depencies (is there a way to chart them somehow?) I am finding no matter how many places I put notifies, requires, etc. I still end up having to two 2-3 runs of puppet. Very frustrating.
On Thu, Mar 18, 2010 at 11:57 AM, Nigel Kersten <nig...@google.com> wrote: > On Thu, Mar 18, 2010 at 8:49 AM, Christopher Johnston > <chjoh...@gmail.com> wrote: > > Yup the yum manifest sets up my configuration files for the various repos > > (ie, we have a development repos for our lab that only goes on lab > systems > > and production hosts the production repo). > > > > Package { require => Class["yum::base"] } > > > > I guess I could put that in every manifest at the top that is doing > package > > installs. Is there one place I could put this so it applies to ALL > modules, > > perhaps site.pp? > > Yep. Either put it in site.pp (although you may want to match > $operatingsystem or something) or some parent class that includes your > other classes. > > Our site.pp looks like: > > node default { include base } > > and our base module/class includes all the other ones, so we set it in > modules/base/manifests/init.pp > > (actually we set it in class base::debian and base::mac and > base::solaris for our different platforms) > > -- > 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<puppet-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- 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.