Commit e57d826e25a303560b4b03a2fcc55c56746b3b38
self-reference as state
Michael Williams committed on 12/22/2017, 2:39:19 PMParent: c1f0f7bcbe660b2459ad971e61268ae9b04b3a62
Files changed
INSTALL.md | changed |
INSTALL.md | |||
---|---|---|---|
@@ -25,8 +25,16 @@ | |||
25 | 25 … | nano /etc/salt/master | |
26 | 26 … | ``` | |
27 | 27 … | ||
28 | 28 … | ``` | |
29 … | +fileserver_backend: | ||
30 … | + - git | ||
31 … | +gitfs_remotes: | ||
32 … | + - git@github.com:ahdinosaur/butt-as-a-service | ||
33 … | +gitfs_privkey: /root/.ssh/id_rsa | ||
34 … | +gitfs_pubkey: /root/.ssh/id_rsa.pub | ||
35 … | +gitfs_root: salt/state | ||
36 … | + | ||
29 | 37 … | ext_pillar: | |
30 | 38 … | - git: | |
31 | 39 … | - master git@github.com:${user}/${repo}: | |
32 | 40 … | - root: salt/pillar |
Built with git-ssb-web