[Puppet Users] Re: Installing packages that use dbconfig-common on Debian

2010-08-13 Thread Craig Box
Thanks Paul; I don't have a problem getting the preseed onto the system, it's just that dbconfig-common totally ignores the fact you've tried to preseed it out of existence. :) I may have to take this to the Debian bugtracker. Craig On Aug 12, 6:35 pm, Paul Hamby pha...@gmail.com wrote: We

[Puppet Users] Re: Installing packages that use dbconfig-common on Debian

2010-08-12 Thread Paul Hamby
We created a definition in our apt module called preseed_package and then we call apt::preseed_package { package_name: ensure = present, } You can then create a preseed file for that package and have puppet put it on the host. From our apt module: define

Re: [Puppet Users] Re: Installing packages that use dbconfig-common on Debian

2010-08-12 Thread Nigel Kersten
Paul, have you seen http://projects.puppetlabs.com/issues/2349 ? If more people watch that, I'm more likely to prioritize doing that :) Alternative suggestions welcome. On Thu, Aug 12, 2010 at 10:35 AM, Paul Hamby pha...@gmail.com wrote: We created a definition in our apt module called