We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c8bf3 commit e2d09f5Copy full SHA for e2d09f5
salt/modules/nacl.py
@@ -39,7 +39,7 @@
39
40
cat /etc/salt/master.d/nacl.conf
41
nacl.config:
42
- key: None
+ key: 'cKEzd4kXsbeCE7/nLTIqXwnUiD1ulg4NoeeYcCFpd9k='
43
keyfile: /root/.nacl
44
45
When the key is defined in the master config you can use it from the nacl runner:
salt/runners/nacl.py
@@ -15,7 +15,7 @@
15
16
17
18
19
20
21
Now with the config in the master you can use the runner nacl like:
0 commit comments