Re: [Puppet Users] Stop aptitude package provider from using '-y'

2012-07-23 Thread David Schmitt
On 23.07.2012 00:58, David Banks wrote: In the case of conflicts, I would want puppet to just return an error and let me handle the situation manually. Just say no to manual interventions. Because sometimes aptitude's first solution to a conflict is very suboptimal. Does anyone know how I ca

Re: [Puppet Users] Stop aptitude package provider from using '-y'

2012-07-22 Thread Shawn
: [Puppet Users] Stop aptitude package provider from using '-y' Hi all, I like to use the aptitude provider to install packages -- all my systems are Debian and it's consistent with what I use manually. However, the aptitude provider seems to pass the '-y' option to aptitude,

[Puppet Users] Stop aptitude package provider from using '-y'

2012-07-22 Thread David Banks
Hi all, I like to use the aptitude provider to install packages -- all my systems are Debian and it's consistent with what I use manually. However, the aptitude provider seems to pass the '-y' option to aptitude, which causes aptitude to simply assume yes for all prompts. I understand that this m