From c98aa35392419d5c3089620e398a8b190dd030a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=A4mer?= Date: Sat, 8 Apr 2017 16:45:17 +0200 Subject: [PATCH] provide pillar example --- pillar.example | 3 +++ 1 file changed, 3 insertions(+) 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: