Browse Source

Fix docs

master
Konstantin Nikolaev 6 years ago
parent
commit
1c8e6c7c30
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pillar.example

+ 3
- 0
pillar.example View File

@@ -57,6 +57,9 @@ users:
ssh_keys:
privkey: PRIVATEKEY
pubkey: PUBLICKEY
# or you can provide path to key on Salt fileserver
privkey: salt://path_to_PRIVATEKEY
pubkey: salt://path_to_PUBLICKEY
# you can provide multiple keys, the keyname is taken as filename
# make sure your public keys suffix is .pub
foobar: PRIVATEKEY

Loading…
Cancel
Save