From 1b1222ec7f95a773fcab39bf1ebe68da198919be Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 19 Oct 2007 16:44:06 -0400 Subject: Service restarting has been abstracted out of the action_sync code, and is now a trigger. This commit adds pre/post sync triggers, for scripting of arbitrary actions. The idea is that a cobbler user can now modify the restart-services script to rsync DHCP configurations to a remote box and instead restart them there, for hosting DHCP on a different box. Or do anything else that might be required. The restart-services trigger will ship in the cobbler RPM. Users can modify it at will and it is marked as config(noreplace) so upgrades will not affect it. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 88752e2..c4103ec 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -26,3 +26,4 @@ recursive-include po *.pot recursive-include po *.po recursive-include webui_content * recursive-include webui_templates * +recursive-include triggers * -- cgit