Skip to content

Commit e2d09f5

Browse files
author
rallytime
committed
Update nacl.config docs to use key value instead of 'None'
Fixes #27605
1 parent 63c8bf3 commit e2d09f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

salt/modules/nacl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
4040
cat /etc/salt/master.d/nacl.conf
4141
nacl.config:
42-
key: None
42+
key: 'cKEzd4kXsbeCE7/nLTIqXwnUiD1ulg4NoeeYcCFpd9k='
4343
keyfile: /root/.nacl
4444
4545
When the key is defined in the master config you can use it from the nacl runner:

salt/runners/nacl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
cat /etc/salt/master.d/nacl.conf
1717
nacl.config:
18-
key: None
18+
key: 'cKEzd4kXsbeCE7/nLTIqXwnUiD1ulg4NoeeYcCFpd9k='
1919
keyfile: /root/.nacl
2020
2121
Now with the config in the master you can use the runner nacl like:

0 commit comments

Comments
 (0)