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.
For example, I have updated my Zabbix-Client config file but there is
no way for me to tell Puppet to go ahead and let aptitude overwrite my
config file. If I'm right Puppet will just put the config file back
for me, so it's safe to overwrite it. But I'll never get that far as
aptitude will stall each time on that question.
Thanx!
Richard