mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-27 22:38:10 +01:00
Merge pull request #38 from mogman1/master
Fixed typo in autoreject_file setting
This commit is contained in:
commit
74acda8071
@ -157,7 +157,7 @@
|
||||
# Works like autosign_file, but instead allows you to specify minion IDs for
|
||||
# which keys will automatically be rejected. Will override both membership in
|
||||
# the autosign_file and the auto_accept setting.
|
||||
{{ get_config('autorejecte_file', '/etc/salt/autosign.conf') }}
|
||||
{{ get_config('autoreject_file', '/etc/salt/autosign.conf') }}
|
||||
|
||||
# Enable permissive access to the salt keys. This allows you to run the
|
||||
# master or minion as root, but have a non-root group be given access to
|
||||
|
Loading…
Reference in New Issue
Block a user