Debian – Free centralized patch management for Debian

aptdebianpatch-management

We have a number of Debian servers that need to be patched and manual patching becomes an issue as their number grows.
What I am lookig at is a way to push patches to the servers from the central location and have some sort of reporting on how it goes.I believe that there shoud be relatively easy way to do it without buying third party tools.
Puppet comes to my mind but maybe there are other ideas that can serve this purpose better?

Best Answer

Puppet is great, but doesn't really handle that problem.

What should work (I've done the theory but haven't rolled it out) is using cron-apt in combination with repositories managed by debmashal to approve the patches that cron-apt will then deploy.

Debmarshal is out of google and there's a tech talk available on it:

http://code.google.com/p/debmarshal/

http://www.youtube.com/watch?v=L3hRToC23mQ

Related Topic