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.

22 lines
504B

  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. spotify:
  9. distro: stable
  10. url: http://repository.spotify.com
  11. arch: [amd64]
  12. comps: [non-free]
  13. keyid: 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
  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