Skip to content

Instantly share code, notes, and snippets.

View hasues's full-sized avatar

Fletch Hasues hasues

View GitHub Profile
@hasues
hasues / Salt config
Created February 18, 2020 18:47
Understanding masterless minion and branch configuration..
Masterless minion:
`/etc/salt/minion`:
```yaml
ext_pillar:
- git:
- 2017.12 ssh://gituser@mygitrepo/home/gituser/reponame:
- root: pillar
- privkey: /root/.ssh/id_rsa
- pubkey: /root/.ssh/id_rsa.pub