Search code examples
linuxyumsalt-project

Install salt on fedora


I trying to install SALT on Fedora:

yum install salt-master

and It gives me the following Error:

Error: Package: salt-2014.1.7-3.el6.noarch (epel)
           Requires: python-jinja2
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

When I trying to install python-ninja2, It gives me the following error:

Setting up Install Process
No package python-jinja2 available.
Error: Nothing to do

What can be the reason for this case? How can I solve it?


Solution

  • This was a actual bug in the RedHat distribution, refer the bugzilla page to get the solution

    https://bugzilla.redhat.com/show_bug.cgi?id=844710