From 5bc5591e8ed30698e0c96a6afc783d737e03b6ea Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Mon, 14 Mar 2011 22:28:30 -0600 Subject: [PATCH] Add disable_modules option to the minion conifg --- conf/minion | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/minion b/conf/minion index 35f5cdc64cb..7d1434a99e7 100644 --- a/conf/minion +++ b/conf/minion @@ -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