mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #32163 from rallytime/fix-27605
Update nacl.config docs to use key value instead of 'None'
This commit is contained in:
commit
1afb048801
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ minion or master config. Avoid storing the config in pillars!
|
|||
|
||||
cat /etc/salt/master.d/nacl.conf
|
||||
nacl.config:
|
||||
key: None
|
||||
key: 'cKEzd4kXsbeCE7/nLTIqXwnUiD1ulg4NoeeYcCFpd9k='
|
||||
keyfile: /root/.nacl
|
||||
|
||||
When the key is defined in the master config you can use it from the nacl runner:
|
||||
|
|
|
@ -15,7 +15,7 @@ so your users can create encrypted passwords using the runner nacl:
|
|||
|
||||
cat /etc/salt/master.d/nacl.conf
|
||||
nacl.config:
|
||||
key: None
|
||||
key: 'cKEzd4kXsbeCE7/nLTIqXwnUiD1ulg4NoeeYcCFpd9k='
|
||||
keyfile: /root/.nacl
|
||||
|
||||
Now with the config in the master you can use the runner nacl like:
|
||||
|
|
Loading…
Add table
Reference in a new issue