++releasedate

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-04-29 18:10:50 +02:00
parent 9127e06109
commit bfbc621010
5 changed files with 6 additions and 5 deletions

View File

@ -11,6 +11,7 @@ single_value='name
metalink
mirrorlist
gpgcakey
gpgcheck
exclude
includepkgs
failovermethod
@ -49,7 +50,7 @@ for key in baseurl gpgkey; do
fi
done
# boolean properties
for key in enabled gpgcheck repo_gpgcheck keepalive skip_if_unavailable; do
for key in enabled repo_gpgcheck keepalive skip_if_unavailable; do
if [ -f "$__object/parameter/$key" ]; then
printf '%s=1\n' "$key"
fi

View File

@ -32,6 +32,7 @@ mirrorlist::
gpgkey::
Can be specified multiple times.
gpgcakey::
gpgcheck::
exclude::
includepkgs::
failovermethod::
@ -58,7 +59,6 @@ cost::
BOOLEAN PARAMETERS
------------------
enabled::
gpgcheck::
repo_gpgcheck::
disablegroups::
! enablegroups
@ -75,7 +75,7 @@ __yum_repo epel \
--mirrorlist 'https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch' \
--failovermethod priority \
--enabled \
--gpgcheck \
--gpgcheck 1 \
--gpgkey https://fedoraproject.org/static/0608B895.txt
--------------------------------------------------------------------------------

View File

@ -1,5 +1,4 @@
enabled
gpgcheck
repo_gpgcheck
disablegroups
keepalive

View File

@ -3,6 +3,7 @@ cost
exclude
failovermethod
gpgcakey
gpgcheck
http_caching
includepkgs
metadata_expire

View File

@ -5,7 +5,7 @@ Changelog
* Exception: No braces means author == Nico Schottelius
3.1.3:
3.1.3: 2014-04-29
* New Type: __yum_repo (Steven Armstrong)
* Type __hostname: Add support for CentOS