Add module paths to the default minion config

This commit is contained in:
Thomas S Hatch 2011-04-22 08:52:55 -06:00
parent 89f94e35cf
commit 3df637f0bd

View file

@ -26,7 +26,12 @@
# Disable specific modules, this will allow the admin to limit the level os
# access the master has to the minion
#disable_modules: [cmd,test]
# Modules can be loaded from arbitrairy paths, this enables the easy deployment
# of third party modules, modules for returners and minions can be loaded.
# Specify a list of extra directories to search for minion modules and
# returners. These paths must be fully qualified!
#module_dirs: []
#returner_dirs: []
###### Security settings #####
###########################################