mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-08-08 20:47:27 +02:00
add new gitfs functionality
This commit is contained in:
@@ -115,6 +115,16 @@ salt:
|
||||
user: ubuntu
|
||||
sudo: True
|
||||
priv: /etc/salt/ssh_keys/sshkey.pem
|
||||
gitfs:
|
||||
keys:
|
||||
global:
|
||||
# key and pub end up being the extension used on the key file. values other than key and pub are possible
|
||||
key: |
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
...........
|
||||
-----END RSA PRIVATE KEY-----
|
||||
pub: |
|
||||
...........
|
||||
|
||||
salt_cloud_certs:
|
||||
aws:
|
||||
|
||||
Reference in New Issue
Block a user