Files: c665bf96bb285a6f2c440671a555577192e263dc / salt / state / master
342 bytesRaw
1 | fileserver_backend: |
2 | - git |
3 | |
4 | gitfs_privkey: {{ pillar['git_privkey'] }} |
5 | gitfs_pubkey: {{ pillar['git_pubkey'] }} |
6 | gitfs_remotes: |
7 | - {{ pillar['state_git'] }}: |
8 | - root: salt/state |
9 | |
10 | gitfs_privkey: {{ pillar['git_privkey'] }} |
11 | gitfs_pubkey: {{ pillar['git_pubkey'] }} |
12 | ext_pillar: |
13 | - git: |
14 | - master {{pillar_git}: |
15 | - root: salt/pillar |
16 |
Built with git-ssb-web