Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
258B

  1. {%- from "linux/map.jinja" import system with context %}
  2. {%- set repo = system.repo[repo_name] %}
  3. {%- for pin in repo.pin %}
  4. {%- set package = pin.get('package', '*') %}
  5. Package: {{ package }}
  6. Pin: {{ pin.pin }}
  7. Pin-Priority: {{ pin.priority }}
  8. {% endfor %}