Skip to content

Commit

Permalink
Simplify pkgrepo examples
Browse files Browse the repository at this point in the history
humanname and dist do not do anything useful for apt repos
  • Loading branch information
OrangeDog authored and dwoz committed May 21, 2024
1 parent 7017c14 commit c4bc012
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions salt/states/pkgrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
base:
pkgrepo.managed:
- humanname: Logstash PPA
- name: deb http://ppa.launchpad.net/wolfnet/logstash/ubuntu precise main
- dist: precise
- file: /etc/apt/sources.list.d/logstash.list
- keyid: 28B04E4A
- keyserver: keyserver.ubuntu.com
Expand All @@ -37,7 +35,6 @@
base:
pkgrepo.managed:
- humanname: deb-multimedia
- name: deb http://www.deb-multimedia.org stable main
- file: /etc/apt/sources.list.d/deb-multimedia.list
- key_url: salt://deb-multimedia/files/marillat.pub
Expand All @@ -46,9 +43,7 @@
base:
pkgrepo.managed:
- humanname: Google Chrome
- name: deb http://dl.google.com/linux/chrome/deb/ stable main
- dist: stable
- file: /etc/apt/sources.list.d/chrome-browser.list
- require_in:
- pkg: google-chrome-stable
Expand Down

0 comments on commit c4bc012

Please sign in to comment.