Skip to content

Instantly share code, notes, and snippets.

@trebortech
trebortech / GPG-Salt-Prod.md
Created February 18, 2016 01:25 — forked from ytjohn/GPG-Salt-Prod.md
GPG-Salt-Prod.md

GPG In Pillar

Include this file in the git repo with your pillar data. It provides instructions for those commiting code to securely save and commit senstive data (like password and private certs).

This the Salt Prod key:

key A1234567: "Salt Prod [email protected]"

@trebortech
trebortech / salt-lowdata-formats.rst
Created January 7, 2023 17:21 — forked from whiteinge/salt-lowdata-formats.rst
Salt is used to execute functions across a wide variety of locations in a wide variety of ways. It does this by mapping the function name and function parameters within a data structure (JSON-serializable). Unfortunately, there is a variety of formats in different parts of Salt for doing so.

Various formats of mapping data to function calls in Salt

Note

Legend

mod
Module name
fun
Function name (in module)