annotate modules/epel/REFERENCE.md @ 392:a7eaf17bff26

Block lots of probed user account variants Includes: * New services * More names * Foreign language variants
author IBBoard <dev@ibboard.co.uk>
date Mon, 14 Feb 2022 20:43:50 +0000
parents 66c075c5f54a
children adf6fe9bbc17
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
387
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 # Reference
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <!-- DO NOT EDIT: This document was generated by Puppet Strings -->
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 ## Table of Contents
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 ### Classes
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 #### Public Classes
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 * [`epel`](#epel): Configure the proper EPEL repositories and import GPG keys
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 #### Private Classes
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 * `epel::params`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 ### Defined types
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 #### Public Defined types
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 #### Private Defined types
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 * `epel::rpm_gpg_key`: Import an RPM gpg key
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 ## Classes
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 ### <a name="epel"></a>`epel`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 Configure the proper EPEL repositories and import GPG keys
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
32 * **See also**
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
33 * https://fedoraproject.org/wiki/EPEL
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
34
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
35 #### Examples
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
36
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
37 ##### Basic Usage
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
38
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
39 ```puppet
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
40 include epel
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
41 ```
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
42
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
43 #### Parameters
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
44
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
45 The following parameters are available in the `epel` class:
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
46
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
47 * [`epel_managed`](#epel_managed)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
48 * [`epel_source_managed`](#epel_source_managed)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
49 * [`epel_debuginfo_managed`](#epel_debuginfo_managed)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
50 * [`epel_testing_managed`](#epel_testing_managed)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
51 * [`epel_testing_source_managed`](#epel_testing_source_managed)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
52 * [`epel_testing_debuginfo_managed`](#epel_testing_debuginfo_managed)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
53 * [`epel_gpg_managed`](#epel_gpg_managed)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
54 * [`epel_mirrorlist`](#epel_mirrorlist)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
55 * [`epel_baseurl`](#epel_baseurl)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
56 * [`epel_failovermethod`](#epel_failovermethod)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
57 * [`epel_proxy`](#epel_proxy)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
58 * [`epel_enabled`](#epel_enabled)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
59 * [`epel_gpgcheck`](#epel_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
60 * [`epel_repo_gpgcheck`](#epel_repo_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
61 * [`epel_metalink`](#epel_metalink)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
62 * [`epel_exclude`](#epel_exclude)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
63 * [`epel_includepkgs`](#epel_includepkgs)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
64 * [`epel_sslclientkey`](#epel_sslclientkey)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
65 * [`epel_sslclientcert`](#epel_sslclientcert)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
66 * [`epel_username`](#epel_username)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
67 * [`epel_password`](#epel_password)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
68 * [`epel_testing_mirrorlist`](#epel_testing_mirrorlist)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
69 * [`epel_testing_baseurl`](#epel_testing_baseurl)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
70 * [`epel_testing_failovermethod`](#epel_testing_failovermethod)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
71 * [`epel_testing_proxy`](#epel_testing_proxy)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
72 * [`epel_testing_enabled`](#epel_testing_enabled)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
73 * [`epel_testing_gpgcheck`](#epel_testing_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
74 * [`epel_testing_repo_gpgcheck`](#epel_testing_repo_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
75 * [`epel_testing_metalink`](#epel_testing_metalink)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
76 * [`epel_testing_exclude`](#epel_testing_exclude)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
77 * [`epel_testing_includepkgs`](#epel_testing_includepkgs)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
78 * [`epel_testing_sslclientkey`](#epel_testing_sslclientkey)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
79 * [`epel_testing_sslclientcert`](#epel_testing_sslclientcert)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
80 * [`epel_testing_username`](#epel_testing_username)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
81 * [`epel_testing_password`](#epel_testing_password)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
82 * [`epel_source_mirrorlist`](#epel_source_mirrorlist)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
83 * [`epel_source_baseurl`](#epel_source_baseurl)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
84 * [`epel_source_failovermethod`](#epel_source_failovermethod)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
85 * [`epel_source_proxy`](#epel_source_proxy)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
86 * [`epel_source_enabled`](#epel_source_enabled)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
87 * [`epel_source_gpgcheck`](#epel_source_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
88 * [`epel_source_repo_gpgcheck`](#epel_source_repo_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
89 * [`epel_source_metalink`](#epel_source_metalink)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
90 * [`epel_source_exclude`](#epel_source_exclude)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
91 * [`epel_source_includepkgs`](#epel_source_includepkgs)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
92 * [`epel_source_sslclientkey`](#epel_source_sslclientkey)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
93 * [`epel_source_sslclientcert`](#epel_source_sslclientcert)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
94 * [`epel_source_username`](#epel_source_username)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
95 * [`epel_source_password`](#epel_source_password)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
96 * [`epel_debuginfo_mirrorlist`](#epel_debuginfo_mirrorlist)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
97 * [`epel_debuginfo_baseurl`](#epel_debuginfo_baseurl)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
98 * [`epel_debuginfo_failovermethod`](#epel_debuginfo_failovermethod)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
99 * [`epel_debuginfo_proxy`](#epel_debuginfo_proxy)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
100 * [`epel_debuginfo_enabled`](#epel_debuginfo_enabled)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
101 * [`epel_debuginfo_gpgcheck`](#epel_debuginfo_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
102 * [`epel_debuginfo_repo_gpgcheck`](#epel_debuginfo_repo_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
103 * [`epel_debuginfo_metalink`](#epel_debuginfo_metalink)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
104 * [`epel_debuginfo_exclude`](#epel_debuginfo_exclude)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
105 * [`epel_debuginfo_includepkgs`](#epel_debuginfo_includepkgs)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
106 * [`epel_debuginfo_sslclientkey`](#epel_debuginfo_sslclientkey)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
107 * [`epel_debuginfo_sslclientcert`](#epel_debuginfo_sslclientcert)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
108 * [`epel_debuginfo_username`](#epel_debuginfo_username)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
109 * [`epel_debuginfo_password`](#epel_debuginfo_password)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
110 * [`epel_testing_source_mirrorlist`](#epel_testing_source_mirrorlist)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
111 * [`epel_testing_source_baseurl`](#epel_testing_source_baseurl)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
112 * [`epel_testing_source_failovermethod`](#epel_testing_source_failovermethod)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
113 * [`epel_testing_source_proxy`](#epel_testing_source_proxy)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
114 * [`epel_testing_source_enabled`](#epel_testing_source_enabled)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
115 * [`epel_testing_source_gpgcheck`](#epel_testing_source_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
116 * [`epel_testing_source_repo_gpgcheck`](#epel_testing_source_repo_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
117 * [`epel_testing_source_metalink`](#epel_testing_source_metalink)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
118 * [`epel_testing_source_exclude`](#epel_testing_source_exclude)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
119 * [`epel_testing_source_includepkgs`](#epel_testing_source_includepkgs)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
120 * [`epel_testing_source_sslclientkey`](#epel_testing_source_sslclientkey)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
121 * [`epel_testing_source_sslclientcert`](#epel_testing_source_sslclientcert)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
122 * [`epel_testing_source_username`](#epel_testing_source_username)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
123 * [`epel_testing_source_password`](#epel_testing_source_password)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
124 * [`epel_testing_debuginfo_mirrorlist`](#epel_testing_debuginfo_mirrorlist)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
125 * [`epel_testing_debuginfo_baseurl`](#epel_testing_debuginfo_baseurl)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
126 * [`epel_testing_debuginfo_failovermethod`](#epel_testing_debuginfo_failovermethod)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
127 * [`epel_testing_debuginfo_proxy`](#epel_testing_debuginfo_proxy)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
128 * [`epel_testing_debuginfo_enabled`](#epel_testing_debuginfo_enabled)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
129 * [`epel_testing_debuginfo_gpgcheck`](#epel_testing_debuginfo_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
130 * [`epel_testing_debuginfo_repo_gpgcheck`](#epel_testing_debuginfo_repo_gpgcheck)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
131 * [`epel_testing_debuginfo_metalink`](#epel_testing_debuginfo_metalink)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
132 * [`epel_testing_debuginfo_exclude`](#epel_testing_debuginfo_exclude)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
133 * [`epel_testing_debuginfo_includepkgs`](#epel_testing_debuginfo_includepkgs)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
134 * [`epel_testing_debuginfo_sslclientkey`](#epel_testing_debuginfo_sslclientkey)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
135 * [`epel_testing_debuginfo_sslclientcert`](#epel_testing_debuginfo_sslclientcert)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
136 * [`epel_testing_debuginfo_username`](#epel_testing_debuginfo_username)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
137 * [`epel_testing_debuginfo_password`](#epel_testing_debuginfo_password)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
138 * [`os_maj_release`](#os_maj_release)
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
139
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
140 ##### <a name="epel_managed"></a>`epel_managed`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
141
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
142 Data type: `Boolean`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
143
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
144 Determines if the main EPEL repository is managed.
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
145
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
146 Default value: ``true``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
147
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
148 ##### <a name="epel_source_managed"></a>`epel_source_managed`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
149
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
150 Data type: `Boolean`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
151
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
152 Determines if the `epel-source` repository is managed.
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
153
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
154 Default value: ``true``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
155
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
156 ##### <a name="epel_debuginfo_managed"></a>`epel_debuginfo_managed`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
157
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
158 Data type: `Boolean`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
159
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
160 Determines if the `epel-debuginfo` repository is managed.
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
161
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
162 Default value: ``true``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
163
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
164 ##### <a name="epel_testing_managed"></a>`epel_testing_managed`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
165
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
166 Data type: `Boolean`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
167
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
168 Determines if the `epel-testing` repository is managed.
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
169
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
170 Default value: ``true``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
171
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
172 ##### <a name="epel_testing_source_managed"></a>`epel_testing_source_managed`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
173
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
174 Data type: `Boolean`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
175
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
176 Determines if the `epel-testing-source` repository is managed.
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
177
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
178 Default value: ``true``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
179
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
180 ##### <a name="epel_testing_debuginfo_managed"></a>`epel_testing_debuginfo_managed`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
181
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
182 Data type: `Boolean`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
183
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
184 Determines if the `epel-testing-debuginfo` repository is managed.
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
185
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
186 Default value: ``true``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
187
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
188 ##### <a name="epel_gpg_managed"></a>`epel_gpg_managed`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
189
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
190 Data type: `Boolean`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
191
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
192 Detemines if the module manages the rpm-gpg key for EPEL.
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
193
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
194 Default value: ``true``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
195
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
196 ##### <a name="epel_mirrorlist"></a>`epel_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
197
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
198 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
199
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
200
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
201
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
202 Default value: `$epel::params::epel_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
203
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
204 ##### <a name="epel_baseurl"></a>`epel_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
205
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
206 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
207
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
208
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
209
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
210 Default value: `$epel::params::epel_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
211
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
212 ##### <a name="epel_failovermethod"></a>`epel_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
213
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
214 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
215
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
216
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
217
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
218 Default value: `$epel::params::epel_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
219
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
220 ##### <a name="epel_proxy"></a>`epel_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
221
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
222 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
223
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
224
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
225
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
226 Default value: `$epel::params::epel_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
227
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
228 ##### <a name="epel_enabled"></a>`epel_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
229
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
230 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
231
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
232
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
233
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
234 Default value: `$epel::params::epel_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
235
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
236 ##### <a name="epel_gpgcheck"></a>`epel_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
237
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
238 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
239
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
240
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
241
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
242 Default value: `$epel::params::epel_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
243
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
244 ##### <a name="epel_repo_gpgcheck"></a>`epel_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
245
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
246 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
247
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
248
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
249
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
250 Default value: `$epel::params::epel_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
251
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
252 ##### <a name="epel_metalink"></a>`epel_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
253
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
254 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
255
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
256
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
257
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
258 Default value: `$epel::params::epel_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
259
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
260 ##### <a name="epel_exclude"></a>`epel_exclude`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
261
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
262 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
263
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
264
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
265
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
266 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
267
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
268 ##### <a name="epel_includepkgs"></a>`epel_includepkgs`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
269
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
270 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
271
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
272
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
273
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
274 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
275
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
276 ##### <a name="epel_sslclientkey"></a>`epel_sslclientkey`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
277
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
278 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
279
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
280
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
281
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
282 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
283
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
284 ##### <a name="epel_sslclientcert"></a>`epel_sslclientcert`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
285
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
286 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
287
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
288
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
289
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
290 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
291
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
292 ##### <a name="epel_username"></a>`epel_username`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
293
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
294 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
295
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
296
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
297
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
298 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
299
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
300 ##### <a name="epel_password"></a>`epel_password`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
301
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
302 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
303
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
304
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
305
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
306 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
307
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
308 ##### <a name="epel_testing_mirrorlist"></a>`epel_testing_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
309
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
310 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
311
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
312
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
313
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
314 Default value: `$epel::params::epel_testing_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
315
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
316 ##### <a name="epel_testing_baseurl"></a>`epel_testing_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
317
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
318 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
319
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
320
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
321
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
322 Default value: `$epel::params::epel_testing_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
323
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
324 ##### <a name="epel_testing_failovermethod"></a>`epel_testing_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
325
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
326 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
327
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
328
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
329
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
330 Default value: `$epel::params::epel_testing_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
331
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
332 ##### <a name="epel_testing_proxy"></a>`epel_testing_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
333
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
334 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
335
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
336
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
337
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
338 Default value: `$epel::params::epel_testing_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
339
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
340 ##### <a name="epel_testing_enabled"></a>`epel_testing_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
341
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
342 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
343
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
344
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
345
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
346 Default value: `$epel::params::epel_testing_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
347
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
348 ##### <a name="epel_testing_gpgcheck"></a>`epel_testing_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
349
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
350 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
351
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
352
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
353
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
354 Default value: `$epel::params::epel_testing_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
355
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
356 ##### <a name="epel_testing_repo_gpgcheck"></a>`epel_testing_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
357
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
358 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
359
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
360
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
361
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
362 Default value: `$epel::params::epel_testing_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
363
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
364 ##### <a name="epel_testing_metalink"></a>`epel_testing_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
365
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
366 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
367
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
368
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
369
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
370 Default value: `$epel::params::epel_testing_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
371
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
372 ##### <a name="epel_testing_exclude"></a>`epel_testing_exclude`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
373
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
374 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
375
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
376
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
377
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
378 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
379
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
380 ##### <a name="epel_testing_includepkgs"></a>`epel_testing_includepkgs`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
381
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
382 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
383
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
384
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
385
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
386 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
387
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
388 ##### <a name="epel_testing_sslclientkey"></a>`epel_testing_sslclientkey`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
389
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
390 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
391
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
392
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
393
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
394 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
395
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
396 ##### <a name="epel_testing_sslclientcert"></a>`epel_testing_sslclientcert`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
397
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
398 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
399
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
400
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
401
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
402 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
403
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
404 ##### <a name="epel_testing_username"></a>`epel_testing_username`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
405
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
406 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
407
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
408
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
409
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
410 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
411
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
412 ##### <a name="epel_testing_password"></a>`epel_testing_password`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
413
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
414 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
415
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
416
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
417
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
418 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
419
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
420 ##### <a name="epel_source_mirrorlist"></a>`epel_source_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
421
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
422 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
423
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
424
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
425
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
426 Default value: `$epel::params::epel_source_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
427
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
428 ##### <a name="epel_source_baseurl"></a>`epel_source_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
429
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
430 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
431
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
432
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
433
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
434 Default value: `$epel::params::epel_source_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
435
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
436 ##### <a name="epel_source_failovermethod"></a>`epel_source_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
437
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
438 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
439
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
440
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
441
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
442 Default value: `$epel::params::epel_source_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
443
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
444 ##### <a name="epel_source_proxy"></a>`epel_source_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
445
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
446 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
447
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
448
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
449
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
450 Default value: `$epel::params::epel_source_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
451
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
452 ##### <a name="epel_source_enabled"></a>`epel_source_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
453
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
454 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
455
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
456
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
457
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
458 Default value: `$epel::params::epel_source_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
459
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
460 ##### <a name="epel_source_gpgcheck"></a>`epel_source_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
461
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
462 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
463
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
464
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
465
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
466 Default value: `$epel::params::epel_source_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
467
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
468 ##### <a name="epel_source_repo_gpgcheck"></a>`epel_source_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
469
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
470 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
471
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
472
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
473
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
474 Default value: `$epel::params::epel_source_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
475
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
476 ##### <a name="epel_source_metalink"></a>`epel_source_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
477
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
478 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
479
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
480
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
481
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
482 Default value: `$epel::params::epel_source_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
483
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
484 ##### <a name="epel_source_exclude"></a>`epel_source_exclude`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
485
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
486 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
487
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
488
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
489
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
490 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
491
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
492 ##### <a name="epel_source_includepkgs"></a>`epel_source_includepkgs`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
493
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
494 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
495
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
496
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
497
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
498 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
499
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
500 ##### <a name="epel_source_sslclientkey"></a>`epel_source_sslclientkey`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
501
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
502 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
503
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
504
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
505
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
506 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
507
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
508 ##### <a name="epel_source_sslclientcert"></a>`epel_source_sslclientcert`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
509
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
510 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
511
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
512
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
513
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
514 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
515
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
516 ##### <a name="epel_source_username"></a>`epel_source_username`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
517
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
518 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
519
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
520
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
521
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
522 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
523
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
524 ##### <a name="epel_source_password"></a>`epel_source_password`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
525
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
526 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
527
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
528
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
529
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
530 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
531
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
532 ##### <a name="epel_debuginfo_mirrorlist"></a>`epel_debuginfo_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
533
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
534 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
535
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
536
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
537
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
538 Default value: `$epel::params::epel_debuginfo_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
539
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
540 ##### <a name="epel_debuginfo_baseurl"></a>`epel_debuginfo_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
541
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
542 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
543
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
544
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
545
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
546 Default value: `$epel::params::epel_debuginfo_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
547
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
548 ##### <a name="epel_debuginfo_failovermethod"></a>`epel_debuginfo_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
549
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
550 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
551
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
552
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
553
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
554 Default value: `$epel::params::epel_debuginfo_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
555
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
556 ##### <a name="epel_debuginfo_proxy"></a>`epel_debuginfo_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
557
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
558 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
559
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
560
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
561
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
562 Default value: `$epel::params::epel_debuginfo_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
563
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
564 ##### <a name="epel_debuginfo_enabled"></a>`epel_debuginfo_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
565
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
566 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
567
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
568
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
569
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
570 Default value: `$epel::params::epel_debuginfo_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
571
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
572 ##### <a name="epel_debuginfo_gpgcheck"></a>`epel_debuginfo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
573
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
574 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
575
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
576
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
577
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
578 Default value: `$epel::params::epel_debuginfo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
579
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
580 ##### <a name="epel_debuginfo_repo_gpgcheck"></a>`epel_debuginfo_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
581
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
582 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
583
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
584
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
585
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
586 Default value: `$epel::params::epel_debuginfo_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
587
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
588 ##### <a name="epel_debuginfo_metalink"></a>`epel_debuginfo_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
589
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
590 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
591
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
592
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
593
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
594 Default value: `$epel::params::epel_debuginfo_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
595
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
596 ##### <a name="epel_debuginfo_exclude"></a>`epel_debuginfo_exclude`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
597
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
598 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
599
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
600
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
601
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
602 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
603
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
604 ##### <a name="epel_debuginfo_includepkgs"></a>`epel_debuginfo_includepkgs`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
605
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
606 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
607
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
608
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
609
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
610 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
611
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
612 ##### <a name="epel_debuginfo_sslclientkey"></a>`epel_debuginfo_sslclientkey`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
613
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
614 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
615
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
616
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
617
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
618 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
619
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
620 ##### <a name="epel_debuginfo_sslclientcert"></a>`epel_debuginfo_sslclientcert`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
621
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
622 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
623
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
624
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
625
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
626 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
627
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
628 ##### <a name="epel_debuginfo_username"></a>`epel_debuginfo_username`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
629
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
630 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
631
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
632
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
633
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
634 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
635
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
636 ##### <a name="epel_debuginfo_password"></a>`epel_debuginfo_password`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
637
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
638 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
639
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
640
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
641
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
642 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
643
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
644 ##### <a name="epel_testing_source_mirrorlist"></a>`epel_testing_source_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
645
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
646 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
647
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
648
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
649
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
650 Default value: `$epel::params::epel_testing_source_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
651
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
652 ##### <a name="epel_testing_source_baseurl"></a>`epel_testing_source_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
653
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
654 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
655
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
656
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
657
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
658 Default value: `$epel::params::epel_testing_source_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
659
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
660 ##### <a name="epel_testing_source_failovermethod"></a>`epel_testing_source_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
661
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
662 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
663
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
664
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
665
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
666 Default value: `$epel::params::epel_testing_source_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
667
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
668 ##### <a name="epel_testing_source_proxy"></a>`epel_testing_source_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
669
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
670 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
671
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
672
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
673
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
674 Default value: `$epel::params::epel_testing_source_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
675
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
676 ##### <a name="epel_testing_source_enabled"></a>`epel_testing_source_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
677
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
678 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
679
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
680
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
681
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
682 Default value: `$epel::params::epel_testing_source_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
683
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
684 ##### <a name="epel_testing_source_gpgcheck"></a>`epel_testing_source_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
685
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
686 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
687
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
688
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
689
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
690 Default value: `$epel::params::epel_testing_source_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
691
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
692 ##### <a name="epel_testing_source_repo_gpgcheck"></a>`epel_testing_source_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
693
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
694 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
695
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
696
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
697
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
698 Default value: `$epel::params::epel_testing_source_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
699
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
700 ##### <a name="epel_testing_source_metalink"></a>`epel_testing_source_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
701
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
702 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
703
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
704
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
705
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
706 Default value: `$epel::params::epel_testing_source_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
707
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
708 ##### <a name="epel_testing_source_exclude"></a>`epel_testing_source_exclude`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
709
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
710 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
711
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
712
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
713
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
714 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
715
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
716 ##### <a name="epel_testing_source_includepkgs"></a>`epel_testing_source_includepkgs`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
717
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
718 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
719
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
720
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
721
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
722 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
723
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
724 ##### <a name="epel_testing_source_sslclientkey"></a>`epel_testing_source_sslclientkey`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
725
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
726 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
727
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
728
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
729
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
730 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
731
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
732 ##### <a name="epel_testing_source_sslclientcert"></a>`epel_testing_source_sslclientcert`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
733
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
734 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
735
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
736
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
737
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
738 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
739
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
740 ##### <a name="epel_testing_source_username"></a>`epel_testing_source_username`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
741
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
742 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
743
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
744
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
745
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
746 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
747
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
748 ##### <a name="epel_testing_source_password"></a>`epel_testing_source_password`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
749
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
750 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
751
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
752
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
753
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
754 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
755
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
756 ##### <a name="epel_testing_debuginfo_mirrorlist"></a>`epel_testing_debuginfo_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
757
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
758 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
759
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
760
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
761
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
762 Default value: `$epel::params::epel_testing_debuginfo_mirrorlist`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
763
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
764 ##### <a name="epel_testing_debuginfo_baseurl"></a>`epel_testing_debuginfo_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
765
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
766 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
767
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
768
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
769
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
770 Default value: `$epel::params::epel_testing_debuginfo_baseurl`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
771
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
772 ##### <a name="epel_testing_debuginfo_failovermethod"></a>`epel_testing_debuginfo_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
773
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
774 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
775
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
776
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
777
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
778 Default value: `$epel::params::epel_testing_debuginfo_failovermethod`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
779
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
780 ##### <a name="epel_testing_debuginfo_proxy"></a>`epel_testing_debuginfo_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
781
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
782 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
783
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
784
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
785
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
786 Default value: `$epel::params::epel_testing_debuginfo_proxy`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
787
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
788 ##### <a name="epel_testing_debuginfo_enabled"></a>`epel_testing_debuginfo_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
789
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
790 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
791
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
792
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
793
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
794 Default value: `$epel::params::epel_testing_debuginfo_enabled`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
795
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
796 ##### <a name="epel_testing_debuginfo_gpgcheck"></a>`epel_testing_debuginfo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
797
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
798 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
799
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
800
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
801
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
802 Default value: `$epel::params::epel_testing_debuginfo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
803
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
804 ##### <a name="epel_testing_debuginfo_repo_gpgcheck"></a>`epel_testing_debuginfo_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
805
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
806 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
807
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
808
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
809
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
810 Default value: `$epel::params::epel_testing_debuginfo_repo_gpgcheck`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
811
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
812 ##### <a name="epel_testing_debuginfo_metalink"></a>`epel_testing_debuginfo_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
813
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
814 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
815
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
816
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
817
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
818 Default value: `$epel::params::epel_testing_debuginfo_metalink`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
819
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
820 ##### <a name="epel_testing_debuginfo_exclude"></a>`epel_testing_debuginfo_exclude`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
821
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
822 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
823
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
824
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
825
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
826 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
827
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
828 ##### <a name="epel_testing_debuginfo_includepkgs"></a>`epel_testing_debuginfo_includepkgs`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
829
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
830 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
831
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
832
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
833
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
834 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
835
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
836 ##### <a name="epel_testing_debuginfo_sslclientkey"></a>`epel_testing_debuginfo_sslclientkey`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
837
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
838 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
839
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
840
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
841
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
842 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
843
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
844 ##### <a name="epel_testing_debuginfo_sslclientcert"></a>`epel_testing_debuginfo_sslclientcert`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
845
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
846 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
847
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
848
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
849
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
850 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
851
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
852 ##### <a name="epel_testing_debuginfo_username"></a>`epel_testing_debuginfo_username`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
853
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
854 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
855
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
856
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
857
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
858 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
859
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
860 ##### <a name="epel_testing_debuginfo_password"></a>`epel_testing_debuginfo_password`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
861
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
862 Data type: `Optional[String[1]]`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
863
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
864
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
865
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
866 Default value: ``undef``
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
867
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
868 ##### <a name="os_maj_release"></a>`os_maj_release`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
869
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
870 Data type: `Any`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
871
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
872
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
873
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
874 Default value: `$epel::params::os_maj_release`
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
875
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
876 ## Defined types
66c075c5f54a Update to newer Python module
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
877