Add disable_modules option to the minion conifg

This commit is contained in:
Thomas S Hatch 2011-03-14 22:28:30 -06:00
parent 5bcb74d6a1
commit 5bc5591e8e

View file

@ -8,6 +8,9 @@
#hostname:
# Where cace data goes
#cachedir: /var/cache/salt
# Disable specific modules, this will allow the admin to limit the level os
# access the master has to the minion
#disable_modules: [cmd,test]
# Enable "open mode", this mode still maintains encryption, but turns off
# authentication, this is only intended for highly secure environments or for
# the situation where your keys end up in a bad state. If you run in open more