Dépot initial
Cette configuration me donne le message suivant dans /var/log/salt/master: 2018-05-22 16:36:35,143 [salt.utils.gitfs :1714][ERROR ][27059] Error occurred fetching git_pillar remote 'https://saltgitfsreader:MontBeauMotdePasse@gitea.lescorpsdereve.space/salt/pillar.git': Malformed URL Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/salt/utils/gitfs.py", line 1692, in _fetch fetch_results = origin.fetch(**fetch_kwargs) File "/usr/lib/python2.7/dist-packages/pygit2/remote.py", line 375, in fetch check_error(err) File "/usr/lib/python2.7/dist-packages/pygit2/errors.py", line 64, in check_error raise GitError(message) GitError: Malformed URL
This commit is contained in:
28
Iwan-gitfs.conf
Normal file
28
Iwan-gitfs.conf
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
fileserver_backend:
|
||||||
|
- git
|
||||||
|
- roots
|
||||||
|
|
||||||
|
gitfs_provider: gitpython
|
||||||
|
gitfs_update_interval: 30
|
||||||
|
|
||||||
|
gitfs_saltenv:
|
||||||
|
- base:
|
||||||
|
- ref: master
|
||||||
|
|
||||||
|
gitfs_remotes:
|
||||||
|
- https://saltgitfsreader:MonBeauMotdePasse@gitea.lescorpsdereve.space/salt/states.git
|
||||||
|
- https://saltgitfsreader:MonBeauMotdePasse@gitea.lescorpsdereve.space/salt/elasticsearch.git
|
||||||
|
|
||||||
|
gitfs_saltenv_whitelist:
|
||||||
|
- base
|
||||||
|
- master
|
||||||
|
|
||||||
|
ext_pillar:
|
||||||
|
- git:
|
||||||
|
- https://saltgitfsreader:MonBeauMotdePasse@gitea.lescorpsdereve.space/salt/pillar.git:
|
||||||
|
- env: base
|
||||||
|
|
||||||
|
file_roots:
|
||||||
|
base:
|
||||||
|
- /srv/salt/win/repo-ng
|
||||||
|
- /srv/salt
|
||||||
Reference in New Issue
Block a user