Quellcode durchsuchen

provide pillar example

tags/v0.45.0
Daniel Krämer vor 7 Jahren
Ursprung
Commit
c98aa35392
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      pillar.example

+ 3
- 0
pillar.example Datei anzeigen

@@ -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:

Laden…
Abbrechen
Speichern