diff --git a/pillar.example b/pillar.example index 220badc..6f65d95 100644 --- a/pillar.example +++ b/pillar.example @@ -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: