Merge pull request #31019 from carsonoid/salt-minion-config-fix

minion config disable_modules: cmd is not a valid module name
This commit is contained in:
Mike Place 2016-02-09 13:14:38 -07:00
commit 23076719bc

View File

@ -326,7 +326,7 @@
##########################################
# Disable specific modules. This allows the admin to limit the level of
# access the master has to the minion.
#disable_modules: [cmd,test]
#disable_modules: [cmdmod,test]
#disable_returners: []
#
# Modules can be loaded from arbitrary paths. This enables the easy deployment