summaryrefslogtreecommitdiffstats
path: root/triggers
Commit message (Collapse)AuthorAgeFilesLines
* Fix restart services trigger script for when manage_dhcp is off.Michael DeHaan2007-10-231-0/+1
|
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-191-0/+21
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.