Browse Source

provide pillar example

master
Daniel Krämer 7 years ago
parent
commit
c98aa35392
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pillar.example

+ 3
- 0
pillar.example View File

@@ -50,6 +50,9 @@ users:
ssh_keys:
privkey: PRIVATEKEY
pubkey: PUBLICKEY
# you can provide multiple keys, the keyname is takes as filename
foobar: PRIVATEKEY
foobar.pub: PUBLICKEY
# ... or you can pull them from a different pillar,
# for example one called "ssh_keys":
ssh_keys_pillar:

Loading…
Cancel
Save