Files: 41a9e23328db99c055dda3f7889f74141df9ba65 / example / salt / pillar / salt.sls
455 bytesRaw
1 | salt: |
2 | master: |
3 | fileserver_backend: |
4 | - git |
5 | |
6 | gitfs_remotes: |
7 | - https://github.com/saltstack-formulas/salt-formula |
8 | - https://github.com/ahdinosaur/butt-as-a-service: |
9 | - root: salt/state |
10 | |
11 | ext_pillar_privkey: /root/.ssh/id_rsa |
12 | ext_pillar_pubkey: /root/.ssh/id_rsa.pub |
13 | ext_pillar: |
14 | - git: |
15 | - master git@github.com:ahdinosaur/salt.butt.nz: |
16 | - root: salt/pillar |
17 | |
18 | minion: |
19 | master: salt.butt.nz |
20 |
Built with git-ssb-web