Sorry to resurrect an old thread, but this just came up as something we need to be able to do (assign a custom boot task to hosts/groups of hosts). My understanding of the discussion below is that I should
- Enable plugins (
Fog Configuration->Fog Settings->Plugin System->PluginSys Enabled
) - Activate the
tasktypeedit
plugin - Edit
lib/hooks/boottask.hook.php
, settingpublic $active = true;
Then I should be able to visit a host page -> Basic Tasks -> Advanced Tasks
and see ‘trusty-install’ as one of the options, but I don’t see any change to the menu. Have I missed something in the configuration?