On Aug 13, 2009, at 4:32 PM, Douglas Garstang wrote: > > Larry, > > Ok i see that. I didn't realise the repo's were managed inside puppet. > > So, now, and I saw someone else say this, how do we debug these > dependancies? The error isn't particularly descriptive, and if it's > failing because of (non mentioned) dependancy, how do we track it > down?
The error: warning: Configuration could not be instantiated: Could not find dependency Yumrepo[base] for Exec[yum-update] at Means it's cannot find that type in your puppet code for the Exec type. Either: - the type is not defined - you don't have an 'include' to the puppet .pp file that has this type in it. Regards.. -L -- Larry Ludwig Reductive Labs --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
