> I have been looking at package management in Puppet and I have run into
> a problem. What do you do when you've changed a packages config and now
> it needs to be updated? On Debian systems, aptitude will ask if you
> want to [O]verwrite, [A]ppend, [B]ackup, etc. the old, modified config
> file. However, it doesn't look like Puppet will allow you to answer
> these types of questions for apt based systems.
This prompting is actually done by dpkg, not that it really matters.
On a Puppet-managed system, you probably want to just add:
DPkg {
Options {"--force-confold";}
}
to /etc/apt/apt.conf.
--
Russ Allbery (r...@stanford.edu) <http://www.eyrie.org/~eagle/>