So I'm trying to setup puppet where all packages require a definition (the definition being the addition of a local deb repository to apt- get). and I'm wondering how I can do this.
Since installing packages is pretty much the first thing that I need to have puppet do and since I need to have the local apt repository as a requirement for all packages, I can't use "before" in the definition and even if there was something before installing packages that I could require, I still need to require the deb repository somehow. I've tried requiring the exec the definition runs, I've tried requiring the actual definition using various forms, and I've tried using an alias but I keep getting various errors. Also, I'm curious how come there's no aptrepo type included in puppet when there's a yumrepo type? Cheers, Scott --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---