mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Replace human_name with humanname.
The documentation indicates human_name should hold to a human readble name for the repository. The code is looking for humanname.
This commit is contained in:
parent
ee113486b5
commit
89b6a07267
@ -38131,7 +38131,7 @@ This is necessary and can not be replaced by a require clause in the pkg.
|
||||
.ft C
|
||||
base:
|
||||
pkgrepo.managed:
|
||||
\- human_name: Logstash PPA
|
||||
\- humanname: Logstash PPA
|
||||
\- name: deb http://ppa.launchpad.net/wolfnet/logstash/ubuntu precise main
|
||||
\- dist: precise
|
||||
\- file: /etc/apt/sources.list.d/logstash.list
|
||||
@ -38341,7 +38341,7 @@ Package repositories can be managed with the pkgrepo state:
|
||||
.ft C
|
||||
base:
|
||||
pkgrepo.managed:
|
||||
\- human_name: CentOS\-$releasever \- Base
|
||||
\- humanname: CentOS\-$releasever \- Base
|
||||
\- mirrorlist: http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
|
||||
\- comments:
|
||||
\- #http://mirror.centos.org/centos/$releasever/os/$basearch/
|
||||
|
@ -19,7 +19,7 @@ This is necessary and can not be replaced by a require clause in the pkg.
|
||||
|
||||
base:
|
||||
pkgrepo.managed:
|
||||
- human_name: Logstash PPA
|
||||
- humanname: Logstash PPA
|
||||
- name: deb http://ppa.launchpad.net/wolfnet/logstash/ubuntu precise main
|
||||
- dist: precise
|
||||
- file: /etc/apt/sources.list.d/logstash.list
|
||||
|
@ -8,7 +8,7 @@ Package repositories can be managed with the pkgrepo state:
|
||||
|
||||
base:
|
||||
pkgrepo.managed:
|
||||
- human_name: CentOS-$releasever - Base
|
||||
- humanname: CentOS-$releasever - Base
|
||||
- mirrorlist: http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
|
||||
- comments:
|
||||
- #http://mirror.centos.org/centos/$releasever/os/$basearch/
|
||||
@ -18,7 +18,7 @@ Package repositories can be managed with the pkgrepo state:
|
||||
.. code-block::yaml
|
||||
base:
|
||||
pkgrepo.managed:
|
||||
- human_name: Logstash PPA
|
||||
- humanname: Logstash PPA
|
||||
- name: deb http://ppa.launchpad.net/wolfnet/logstash/ubuntu precise main
|
||||
- dist: precise
|
||||
- file: /etc/apt/sources.list.d/logstash.list
|
||||
|
Loading…
Reference in New Issue
Block a user