Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example of version specific pkg.install in the pillar #57

Open
arthurzenika opened this issue Aug 14, 2019 · 0 comments
Open

Add example of version specific pkg.install in the pillar #57

arthurzenika opened this issue Aug 14, 2019 · 0 comments

Comments

@arthurzenika
Copy link

As far as I understand it, the pkg:wanted pillar key is fed directly to pkg.installed: pkgs so one can use that to have version specific specs :

    wanted:
      - git
      - less
      - bc
      - curl
      - fail2ban

replaced by

    wanted:
      - git
      - less
      - bc
      - curl
      - fail2ban: 0.10.2-2.1
@arthurzenika arthurzenika changed the title Add exemple of version specific pkg.install in the pillar Add example of version specific pkg.install in the pillar Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant