mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add disable_modules option to the minion conifg
This commit is contained in:
parent
5bcb74d6a1
commit
5bc5591e8e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue