I have installed salt-master-2017.7.8-1.el6.noarch in one of my servers with centos 6.10 . I am facing issues while starting the salt master with below error :
2020-07-06 22:33:07,556 [salt.cli.daemons :82 ][INFO ][11328] Starting up the Salt Master
2020-07-06 22:33:07,566 [salt.utils.gitfs :2324][ERROR ][11328] gitfs is configured but could not be loaded, are pygit2 and libgit2 installed?
2020-07-06 22:33:07,566 [salt.utils.gitfs :2257][CRITICAL][11328] No suitable gitfs provider module is installed.
2020-07-06 22:33:07,575 [salt.utils.gitfs :2324][ERROR ][11328] git_pillar is configured but could not be loaded, are pygit2 and libgit2 installed?
2020-07-06 22:33:07,575 [salt.utils.gitfs :2257][CRITICAL][11328] No suitable git_pillar provider module is installed.
2020-07-06 22:33:07,576 [salt.master :496 ][CRITICAL][11328] Failed to load git_pillar
2020-07-06 22:33:07,576 [salt.master :497 ][CRITICAL][11328] Master failed pre flight checks, exiting
I have already installed pygit2 in the box , still this error . Can someone please help ?