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

30 lines
816B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. apt:
  5. remove_sources_list: true
  6. clean_sources_list_d: true
  7. repositories:
  8. multimedia-stable:
  9. distro: stable
  10. url: http://www.deb-multimedia.org
  11. arch: [amd64]
  12. comps: [main]
  13. keyid: 5C808C2B65558117
  14. keyserver: keyserver.ubuntu.com
  15. heroku:
  16. distro: ./
  17. url: https://cli-assets.heroku.com/apt
  18. arch: [amd64]
  19. comps: []
  20. key_url: https://cli-assets.heroku.com/apt/release.key
  21. raspbian:
  22. # If you want to use a particular filename under /etc/apt/sources.list.d
  23. # set it here, with extension included
  24. filename: my_raspbian_repo.list
  25. distro: stable
  26. url: http://archive.raspbian.org/raspbian
  27. type: [source]
  28. key_url: https://archive.raspbian.org/raspbian.public.key