mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add module paths to the default minion config
This commit is contained in:
parent
89f94e35cf
commit
3df637f0bd
1 changed files with 6 additions and 1 deletions
|
@ -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 #####
|
||||
###########################################
|
||||
|
|
Loading…
Add table
Reference in a new issue