yumrepo: The client-side
description of a yum repository.yumrepoRepository configurations are found by parsing
/etc/yum.conf and the files indicated by the
reposdir option in that file (see yum.conf(5)
for details).
Most parameters are identical to the ones documented in the
yum.conf(5) man page.
Continuation lines that yum supports (for the baseurl,
for example) are not supported. This type does not attempt to read or
verify the existence of files listed in the include
attribute."
The following properties are available in the yumrepo
type.
assumeyesValid values: YUM_BOOLEAN, absent
Determines if yum prompts for confirmation of critical actions.
bandwidthValid values: %r{^\d+[kMG]?$}, absent
Use to specify the maximum available network bandwidth in
bytes/second. Used with the throttle option. If
throttle is a percentage and bandwidth is
0 then bandwidth throttling will be disabled. If
throttle is expressed as a data rate then this option is
ignored.\n
baseurlValid values: %r{.*}, absent
The URL for this repository.
costValid values: %r{^\d+$}, absent
Cost of this repository.
deltarpm_metadata_percentageValid values: %r{^\d+$}, absent
Percentage value that determines when to download deltarpm metadata. When the deltarpm metadata is larger than this percentage value of the package, deltarpm metadata is not downloaded.
deltarpm_percentageValid values: %r{^\d+$}, absent
Percentage value that determines when to use deltas for this repository. When the delta is larger than this percentage value of the package, the delta is not used.
descrValid values: %r{.*}, absent
A human-readable description of the repository. This corresponds to
the name parameter in yum.conf(5).
enabledValid values: YUM_BOOLEAN, absent
Whether this repository is enabled.
enablegroupsValid values: YUM_BOOLEAN, absent
Whether yum will allow the use of package groups for this repository.
ensureValid values: present, absent
The basic property that the resource should be in.
Default value: present
excludeValid values: %r{.*}, absent
The string of package names or shell globs separated by spaces to exclude. Packages that match the package name given or shell globs will never be considered in updates or installs for this repo.
failovermethodValid values: %r{^roundrobin|priority$},
absent
The failover method for this repository; should be either
roundrobin or priority.
gpgcakeyValid values: %r{.*}, absent
The URL for the GPG CA key for this repository.
gpgcheckValid values: YUM_BOOLEAN, absent
Whether to check the GPG signature on packages installed from this repository.
gpgkeyValid values: %r{.*}, absent
The URL for the GPG key with which packages from this repository are signed.
http_cachingValid values: %r{^(packages|all|none)$},
absent
What to cache from this repository.
includeValid values: %r{.*}, absent
The URL of a remote file containing additional yum configuration settings. Puppet does not check for this file's existence or validity.
includepkgsValid values: %r{.*}, absent
The string of package names or shell globs separated by spaces to include. If this is set, only packages matching one of the package names or shell globs will be considered for update or install from this repository.
keepaliveValid values: YUM_BOOLEAN, absent
Whether HTTP/1.1 keepalive should be used with this repository.
metadata_expireValid values: %r{^([0-9]+[dhm]?|never)$},
absent
Number of seconds after which the metadata will expire.
metalinkValid values: %r{.*}, absent
Metalink for mirrors.
minrateValid values: %r{^\d+$}, absent
Sets the low speed threshold in bytes per second. If the server is
sending data slower than this for at least timeout seconds,
Yum aborts the connection. The default is 1000.
mirrorlistValid values: %r{.*}, absent
The URL that holds the list of mirrors for this repository.
mirrorlist_expireValid values: %r{^[0-9]+$}, absent
Time (in seconds) after which the mirrorlist locally cached will expire.\n
module_hotfixesValid values: YUM_BOOLEAN, absent
Whether packages from this repo can be installed into modules.
passwordValid values: %r{.*}, absent
Password to use with the username for basic authentication.
payload_gpgcheckValid values: YUM_BOOLEAN, absent
Whether to check the GPG signature of the packages payload.
priorityValid values: %r{^-?\d+$}, absent
Priority of this repository. Can be any integer value (including
negative). Requires that the priorities plugin is installed
and enabled.
protectValid values: YUM_BOOLEAN, absent
Enable or disable protection for this repository. Requires that the
protectbase plugin is installed and enabled.
proxyValid values: %r{.*}, absent
URL of a proxy server that Yum should use when accessing this repository. This attribute can also be set to 'none' (or '' for EL >= 8 only), which will make Yum bypass any global proxy settings when accessing this repository.
proxy_passwordValid values: %r{.*}, absent
Password for this proxy.
proxy_usernameValid values: %r{.*}, absent
Username for this proxy.
repo_gpgcheckValid values: YUM_BOOLEAN, absent
Whether to check the GPG signature on repodata.
retriesValid values: %r{^[0-9]+$}, absent
Set the number of times any attempt to retrieve a file should retry
before returning an error. Setting this to 0 makes yum try
forever.\n
s3_enabledValid values: YUM_BOOLEAN, absent
Access the repository via S3.
skip_if_unavailableValid values: YUM_BOOLEAN, absent
Should yum skip this repository if unable to reach it.
sslcacertValid values: %r{.*}, absent
Path to the directory containing the databases of the certificate authorities yum should use to verify SSL certificates.
sslclientcertValid values: %r{.*}, absent
Path to the SSL client certificate yum should use to connect to repositories/remote sites.
sslclientkeyValid values: %r{.*}, absent
Path to the SSL client key yum should use to connect to repositories/remote sites.
sslverifyValid values: YUM_BOOLEAN, absent
Should yum verify SSL certificates/hosts at all.
throttleValid values: %r{^\d+[kMG%]?$}, absent
Enable bandwidth throttling for downloads. This option can be
expressed as a absolute data rate in bytes/sec or a percentage
60%. An SI prefix (k, M or G) may be appended to the data
rate values.\n
timeoutValid values: %r{^\d+$}, absent
Number of seconds to wait for a connection before timing out.
usernameValid values: %r{.*}, absent
Username to use for basic authentication to a repo or really any url.
The following parameters are available in the yumrepo
type.
namenamevar
The name of the repository. This corresponds to the
repositoryid parameter in yum.conf(5).
providerThe specific backend to use for this yumrepo resource.
You will seldom need to specify this --- Puppet will usually discover
the appropriate provider for your platform.
targetThe filepath of the local repository file, can be either relative or
absolute. If a valid filepath is not specified, the target is created as
a new section in yum.conf(5)
Default value: absent