Hi Puppet Users, I am trying to install a package (request-tracker4) from Debian backports onto a stable (squeeze) Debian system using puppet. I've googled around and didn't find anything concrete about the best way going about this.
Does anyone have advice regarding this? The crux is that apt-get (or aptitude) currently is called like: /usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install request-tracker4 However to resolve dependencies contained within the backports repo, we need to add the '-t squeeze-backports' option: /usr/bin/apt-get -q -y -t squeeze-backports -o DPkg::Options::=--force-confold install request-tracker4 I was thinking of making a custom provider. Is that sane? Thanks for the hints! -matt zagrabelny -- 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.