summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-19 16:44:06 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-19 16:44:06 -0400
commit1b1222ec7f95a773fcab39bf1ebe68da198919be (patch)
treeb180dc9a976886f143d0743cd725d3ec5bd3c707 /MANIFEST.in
parentd09c20fc07efb87cffcbac467f189e312eb67e9e (diff)
downloadcobbler-1b1222ec7f95a773fcab39bf1ebe68da198919be.tar.gz
cobbler-1b1222ec7f95a773fcab39bf1ebe68da198919be.tar.xz
cobbler-1b1222ec7f95a773fcab39bf1ebe68da198919be.zip
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.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 88752e2e..c4103ecc 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 *