Carlos D. Álvaro

Results 57 comments of Carlos D. Álvaro

Hi @olegbukatchuk, thank you for opening this issue. It looks like you have a typo in your settings: ``` [ERROR ] Error occurred fetching gitfs remote '[[email protected]](mailto:[email protected]):saltstack/infr.git' ``` `git.exampla.com ->...

OK! Before anything, have you followed these steps: https://github.com/cdalvaro/docker-salt-master#git-fileserver ? Specially those for specifying the path to your keys.

Could you provide your gitfs config file?

Can you set the log level to `debug`? Maybe we can find something useful there. In your docker-compose.yml: ```yml environment: - SALT_LOG_LEVEL=debug ```

With your salt-master container started (assuming your container's name is: `salt_master`), can you run the following commands? ```sh docker exec -it salt_master salt-run cache.clear_git_lock gitfs type=update docker exec -it salt_master...

By the way @olegbukatchuk, I've noticed that you've created a repository at https://github.com/olegbukatchuk/saltstack by directly copying this project without giving proper credit or acknowledging the LICENSE. At the very least,...

I have no inconvenience if you want to keep your own copy. But if you are going to make it public, keep a reference to the original project.

Related to this issue, did you try this: https://github.com/cdalvaro/docker-salt-master/issues/261#issuecomment-2378803453?

OK, I'm sorry to hear that. Feel free to reopen this issue if you want to try something, or if you find a solution. You could try with a different...