From 1c8e6c7c30d2815a12bf870c675b78f535fd791c Mon Sep 17 00:00:00 2001 From: Konstantin Nikolaev Date: Wed, 14 Feb 2018 13:12:58 +0700 Subject: [PATCH] Fix docs --- pillar.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pillar.example b/pillar.example index df81335..f3b20b9 100644 --- a/pillar.example +++ b/pillar.example @@ -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