mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Simplify pkgrepo examples
humanname and dist do not do anything useful for apt repos
This commit is contained in:
parent
7017c14ba6
commit
c4bc012528
1 changed files with 0 additions and 5 deletions
|
@ -20,9 +20,7 @@ package managers are APT, DNF, YUM and Zypper. Here is some example SLS:
|
|||
|
||||
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
|
||||
|
@ -37,7 +35,6 @@ package managers are APT, DNF, YUM and Zypper. Here is some example SLS:
|
|||
|
||||
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
|
||||
|
@ -46,9 +43,7 @@ package managers are APT, DNF, YUM and Zypper. Here is some example SLS:
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue