Saltstack Official Salt 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.

13 line
438B

  1. {% from "salt/map.jinja" import salt_settings with context %}
  2. saltstack-pkgrepo:
  3. pkgrepo.managed:
  4. - humanname: SaltStack Debian Repo
  5. - name: {{ salt_settings.pkgrepo }}
  6. - file: /etc/apt/sources.list.d/saltstack.list
  7. - key_url: {{ salt_settings.key_url }}
  8. - clean_file: True
  9. # Order: 1 because we can't put a require_in on "pkg: salt-{master,minion}"
  10. # because we don't know if they are used.
  11. - order: 1