mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-23 07:28:26 +02:00
Added support for salt minion gitfs
Gitfs for the minion is possible with salt 2014.7 Updated config _defaults.conf and pillar with example Tested it on Archlinux with salt-call --local state.highstate
This commit is contained in:
@@ -11,6 +11,15 @@ salt:
|
||||
- /srv/salt
|
||||
minion:
|
||||
master: salt
|
||||
fileserver_backend:
|
||||
- git
|
||||
- roots
|
||||
gitfs_remotes:
|
||||
- git://github.com/saltstack-formulas/salt-formula.git:
|
||||
- base: develop
|
||||
file_roots:
|
||||
base:
|
||||
- /srv/salt
|
||||
module_config:
|
||||
test: True
|
||||
test.foo: foo
|
||||
|
||||
Reference in New Issue
Block a user