mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add open mode options to the configs
This commit is contained in:
parent
44af6f950b
commit
3b5d4484a9
2 changed files with 10 additions and 2 deletions
|
@ -14,4 +14,8 @@
|
|||
#pki_dir: /etc/salt/pki
|
||||
# Directory to store job and cache data
|
||||
#cachedir: /var/cache/salt
|
||||
|
||||
# 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
|
||||
# you do so at your own risk!
|
||||
#open_mode: False
|
||||
|
|
|
@ -8,4 +8,8 @@
|
|||
#hostname:
|
||||
# Where cace data goes
|
||||
#cachedir: /var/cache/salt
|
||||
|
||||
# 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
|
||||
# you do so at your own risk!
|
||||
#open_mode: False
|
||||
|
|
Loading…
Add table
Reference in a new issue