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:
Tim Laszlo 2013-05-20 13:14:17 -05:00
parent ee113486b5
commit 89b6a07267
3 changed files with 5 additions and 5 deletions

View File

@ -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/

View File

@ -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

View File

@ -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