Merge pull request #32163 from rallytime/fix-27605

Update nacl.config docs to use key value instead of 'None'
This commit is contained in:
Mike Place 2016-03-28 08:46:40 -06:00
commit 1afb048801
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: