Update nacl.config docs to use key value instead of 'None'

Fixes #27605
This commit is contained in:
rallytime 2016-03-26 20:56:51 -06:00
parent 63c8bf3542
commit e2d09f57dc
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: