1CDIST-TYPE__YUM_REPO(7) cdist CDIST-TYPE__YUM_REPO(7)
2
3
4
6 cdist-type__yum_repo - Manage yum repositories
7
9 For all undocumented parameters see yum.conf(5).
10
12 None.
13
15 state 'present' or 'absent'. Defaults to 'present'
16
17 repositoryid
18 Defaults to __object_id.
19
20 name
21
22 baseurl
23 Can be specified multiple times.
24
25 metalink
26
27 mirrorlist
28
29 gpgkey Can be specified multiple times.
30
31 gpgcakey
32
33 gpgcheck
34
35 exclude
36
37 includepkgs
38
39 failovermethod
40
41 timeout
42
43 http_caching
44
45 retries
46
47 throttle
48
49 bandwidth
50
51 sslcacert
52
53 sslverify
54
55 sslclientcert
56
57 sslclientkey
58
59 ssl_check_cert_permissions
60
61 metadata_expire
62
63 mirrorlist_expire
64
65 proxy
66
67 proxy_username
68
69 proxy_password
70
71 username
72
73 password
74
75 cost
76
78 enabled
79
80 repo_gpgcheck
81
82 disablegroups
83 ! enablegroups
84
85 keepalive
86
87 skip_if_unavailable
88
90 __yum_repo epel \
91 --name 'Extra Packages for Enterprise Linux 6 - $basearch' \
92 --mirrorlist 'https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch' \
93 --failovermethod priority \
94 --enabled \
95 --gpgcheck 1 \
96 --gpgkey https://fedoraproject.org/static/0608B895.txt
97
99 Steven Armstrong <steven-cdist--@--armstrong.cc>
100
102 Copyright (C) 2014 Steven Armstrong. You can redistribute it and/or
103 modify it under the terms of the GNU General Public License as pub‐
104 lished by the Free Software Foundation, either version 3 of the Li‐
105 cense, or (at your option) any later version.
106
108 ungleich GmbH 2020
109
110
111
112
1136.9.6 Apr 20, 2021 CDIST-TYPE__YUM_REPO(7)