mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove doc references to humanname in apt/PPA repo
This commit is contained in:
parent
336c7926ea
commit
15637fcfbf
4 changed files with 0 additions and 11 deletions
|
@ -387835,7 +387835,6 @@ A more involved example involves pulling from a custom repository.
|
|||
.ft C
|
||||
base:
|
||||
pkgrepo.managed:
|
||||
\- humanname: Logstash PPA
|
||||
\- name: ppa:wolfnet/logstash
|
||||
\- dist: precise
|
||||
\- file: /etc/apt/sources.list.d/logstash.list
|
||||
|
@ -387859,7 +387858,6 @@ state module
|
|||
.ft C
|
||||
dotdeb.repo:
|
||||
pkgrepo.managed:
|
||||
\- humanname: Dotdeb
|
||||
\- name: deb http://packages.dotdeb.org wheezy\-php55 all
|
||||
\- dist: wheezy\-php55
|
||||
\- file: /etc/apt/sources.list.d/dotbeb.list
|
||||
|
@ -389734,7 +389732,6 @@ base:
|
|||
.ft C
|
||||
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
|
||||
|
@ -389757,7 +389754,6 @@ base:
|
|||
.ft C
|
||||
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
|
||||
|
@ -389772,7 +389768,6 @@ base:
|
|||
.ft C
|
||||
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
|
||||
|
|
|
@ -31,7 +31,6 @@ A more involved example involves pulling from a custom repository.
|
|||
|
||||
base:
|
||||
pkgrepo.managed:
|
||||
- humanname: Logstash PPA
|
||||
- name: ppa:wolfnet/logstash
|
||||
- dist: precise
|
||||
- file: /etc/apt/sources.list.d/logstash.list
|
||||
|
@ -49,7 +48,6 @@ state module
|
|||
|
||||
dotdeb.repo:
|
||||
pkgrepo.managed:
|
||||
- humanname: Dotdeb
|
||||
- name: deb http://packages.dotdeb.org wheezy-php55 all
|
||||
- dist: wheezy-php55
|
||||
- file: /etc/apt/sources.list.d/dotbeb.list
|
||||
|
|
|
@ -21,7 +21,6 @@ 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
|
||||
|
@ -38,7 +37,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
|
||||
|
@ -47,7 +45,6 @@ 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
|
||||
|
|
|
@ -73,7 +73,6 @@ epel-salttest:
|
|||
{% if codename != 'vivid' %}
|
||||
gpodder-ppa:
|
||||
pkgrepo.managed:
|
||||
- humanname: gPodder PPA
|
||||
- name: deb http://ppa.launchpad.net/thp/gpodder/ubuntu {{ codename }} main
|
||||
- dist: {{ codename }}
|
||||
- file: /etc/apt/sources.list.d/gpodder.list
|
||||
|
|
Loading…
Add table
Reference in a new issue