0
0
mirror of https://github.com/saltstack-formulas/users-formula.git synced 2025-01-22 09:14:05 +01:00

provide pillar example

This commit is contained in:
Daniel Krämer 2017-04-08 16:45:17 +02:00
parent 34328aff1c
commit c98aa35392

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: