Giter Club home page Giter Club logo

Comments (3)

lhost avatar lhost commented on July 17, 2024

Try to import GnuPG key:

wget -O /etc/pki/rpm-gpg/SALTSTACK-EL5-GPG-KEY.pub --no-check-certificate https://repo.saltstack.com/yum/redhat/5Server/x86_64/latest/SALTSTACK-EL5-GPG-KEY.pub rpm --import /etc/pki/rpm-gpg/SALTSTACK-EL5-GPG-KEY.pub

from salt-winrepo.

dmurphy18 avatar dmurphy18 commented on July 17, 2024

@malasgowda SaltStack no longer supports Redhat 5 since it has reached it End-Of-Life.
However you should be able to use archived versions of support for Redhat 5 from when it was supported, check instructions from http://repo.saltstack.com/2016.11.html#rhel

That version was installed and tested by QA, however it would have been against Redhat 5.11 at a minimum. Redhat 5.4 is quite old, however I would attempt using the install Salt Repo rpm as follows from he above page:

wget https://repo.saltstack.com/yum/redhat/salt-repo-2016.11-1.el5.noarch.rpm
sudo rpm -ivh salt-repo-2016.11-1.el5.noarch.rpm
rm -f salt-repo-2016.11-1.el5.noarch.rpm

Then yum clean all or yum makecache, followed by:

yum install salt-minion

This should include downloading all dependencies from repo.saltstack.com for salt-minion to be functional.

from salt-winrepo.

dmurphy18 avatar dmurphy18 commented on July 17, 2024

@malasgowda BTW, packaging issues are better dealt with by salt-pack, which is where all packaging builds occur, see https://github.com/saltstack/salt-pack

from salt-winrepo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.