update comment in the template
[heat-templates.git] / cookbooks / yum / templates / default / main.erb
blobf41576c967f71d1327ee5ed4677bdb9b067eb869
1 # This file was generated by Chef
2 # Do NOT modify this file by hand.
4 [main]
5 <% if @config.alwaysprompt %>
6 alwaysprompt=<%= @config.alwaysprompt %>
7 <% end %>
8 <% if @config.assumeyes %>
9 assumeyes=<%= @config.assumeyes %>
10 <% end %>
11 <% if @config.bandwidth %>
12 bandwidth=<%= @config.bandwidth %>
13 <% end %>
14 <% if @config.bugtracker_url %>
15 bugtracker_url=<%= @config.bugtracker_url %>
16 <% end %>
17 <% if @config.cachedir %>
18 cachedir=<%= @config.cachedir %>
19 <% end %>
20 <% if @config.clean_requirements_on_remove %>
21 clean_requirements_on_remove=<%= @config.clean_requirements_on_remove %>
22 <% end %>
23 <% if @config.color %>
24 color=<%= @config.color %>
25 <% end %>
26 <% if @config.color_list_available_downgrade %>
27 color_list_available_downgrade=<%= @config.color_list_available_downgrade %>
28 <% end %>
29 <% if @config.color_list_available_install %>
30 color_list_available_install=<%= @config.color_list_available_install %>
31 <% end %>
32 <% if @config.color_list_available_reinstall %>
33 color_list_available_reinstall=<%= @config.color_list_available_reinstall %>
34 <% end %>
35 <% if @config.color_list_available_upgrade %>
36 color_list_available_upgrade=<%= @config.color_list_available_upgrade %>
37 <% end %>
38 <% if @config.color_list_installed_extra %>
39 color_list_installed_extra=<%= @config.color_list_installed_extra %>
40 <% end %>
41 <% if @config.color_list_installed_newer %>
42 color_list_installed_newer=<%= @config.color_list_installed_newer %>
43 <% end %>
44 <% if @config.color_list_installed_older %>
45 color_list_installed_older=<%= @config.color_list_installed_older %>
46 <% end %>
47 <% if @config.color_list_installed_reinstall %>
48 color_list_installed_reinstall=<%= @config.color_list_installed_reinstall %>
49 <% end %>
50 <% if @config.color_search_match %>
51 color_search_match=<%= @config.color_search_match %>
52 <% end %>
53 <% if @config.color_update_installed %>
54 color_update_installed=<%= @config.color_update_installed %>
55 <% end %>
56 <% if @config.color_update_local %>
57 color_update_local=<%= @config.color_update_local %>
58 <% end %>
59 <% if @config.color_update_remote %>
60 color_update_remote=<%= @config.color_update_remote %>
61 <% end %>
62 <% if @config.commands %>
63 commands=<%= @config.commands %>
64 <% end %>
65 <% if @config.debuglevel %>
66 debuglevel=<%= @config.debuglevel %>
67 <% end %>
68 <% if @config.diskspacecheck %>
69 diskspacecheck=<%= @config.diskspacecheck %>
70 <% end %>
71 <% if @config.distroverpkg %>
72 distroverpkg=<%= @config.distroverpkg %>
73 <% end %>
74 <% if @config.enable_group_conditionals %>
75 enable_group_conditionals=1
76 <% end %>
77 <% if @config.errorlevel %>
78 errorlevel=<%= @config.errorlevel %>
79 <% end %>
80 <% if @config.exactarch %>
81 exactarch=1
82 <% else %>
83 exactarch=0
84 <% end %>
85 <% if @config.exclude %>
86 exclude=<%= @config.exclude %>
87 <% end %>
88 <% if @config.gpgcheck %>
89 gpgcheck=1
90 <% else %>
91 gpgcheck=0
92 <% end %>
93 <% if @config.group_package_types %>
94 group_package_types=<%= @config.group_package_types %>
95 <% end %>
96 <% if @config.groupremove_leaf_only %>
97 groupremove_leaf_only=<%= @config.groupremove_leaf_only %>
98 <% end %>
99 <% if @config.history_list_view %>
100 history_list_view=<%= @config.history_list_view %>
101 <% end %>
102 <% if @config.history_record %>
103 history_record=<%= @config.history_record %>
104 <% end %>
105 <% if @config.history_record_packages %>
106 history_record_packages=<%= @config.history_record_packages %>
107 <% end %>
108 <% if @config.http_caching %>
109 http_caching=<%= @config.http_caching %>
110 <% end %>
111 <% if @config.installonly_limit %>
112 installonly_limit=<%= @config.installonly_limit %>
113 <% end %>
114 <% if @config.installonlypkgs %>
115 installonlypkgs=<%= @config.installonlypkgs %>
116 <% end %>
117 <% if @config.installroot %>
118 installroot=<%= @config.installroot %>
119 <% end %>
120 <% if @config.keepalive %>
121 keepalive=<%= @config.keepalive %>
122 <% end %>
123 <% if @config.keepcache %>
124 keepcache=1
125 <% else %>
126 keepcache=0
127 <% end %>
128 <% if @config.kernelpkgnames %>
129 kernelpkgnames=<%= @config.kernelpkgnames %>
130 <% end %>
131 <% if @config.localpkg_gpgcheck %>
132 localpkg_gpgcheck=<%= @config.localpkg_gpgcheck %>
133 <% end %>
134 <% if @config.logfile %>
135 logfile=<%= @config.logfile %>
136 <% end %>
137 <% if @config.max_retries %>
138 max_retries=<%= @config.max_retries %>
139 <% end %>
140 <% if @config.mdpolicy %>
141 mdpolicy=<%= @config.mdpolicy %>
142 <% end %>
143 <% if @config.metadata_expire %>
144 metadata_expire=<%= @config.metadata_expire %>
145 <% end %>
146 <% if @config.mirrorlist_expire %>
147 mirrorlist_expire=<%= @config.mirrorlist_expire %>
148 <% end %>
149 <% if @config.multilib_policy %>
150 multilib_policy=<%= @config.multilib_policy %>
151 <% end %>
152 <% if @config.obsoletes %>
153 obsoletes=1
154 <% else %>
155 obsoletes=0
156 <% end %>
157 <% if @config.overwrite_groups %>
158 overwrite_groups=<%= @config.overwrite_groups %>
159 <% end %>
160 <% if @config.password %>
161 password=<%= @config.password %>
162 <% end %>
163 <% if @config.persistdir %>
164 persistdir=<%= @config.persistdir %>
165 <% end %>
166 <% if @config.pluginconfpath %>
167 pluginconfpath=<%= @config.pluginconfpath %>
168 <% end %>
169 <% if @config.pluginpath %>
170 pluginpath=<%= @config.pluginpath %>
171 <% end %>
172 <% if @config.plugins %>
173 plugins=1
174 <% else %>
175 plugins=0
176 <% end %>
177 <% if @config.protected_multilib %>
178 protected_multilib=<%= @config.protected_multilib %>
179 <% end %>
180 <% if @config.protected_packages %>
181 protected_packages=<%= @config.protected_packages %>
182 <% end %>
183 <% if @config.proxy %>
184 proxy=<%= @config.proxy %>
185 <% end %>
186 <% if @config.proxy_password %>
187 proxy_password=<%= @config.proxy_password %>
188 <% end %>
189 <% if @config.proxy_username %>
190 proxy_username=<%= @config.proxy_username %>
191 <% end %>
192 <% if @config.recent %>
193 recent=<%= @config.recent %>
194 <% end %>
195 <% if @config.repo_gpgcheck %>
196 repo_gpgcheck=<%= @config.repo_gpgcheck %>
197 <% end %>
198 <% if @config.reset_nice %>
199 reset_nice=<%= @config.reset_nice %>
200 <% end %>
201 <% if @config.rpmverbosity %>
202 rpmverbosity=<%= @config.rpmverbosity %>
203 <% end %>
204 <% if @config.showdupesfromrepos %>
205 showdupesfromrepos=<%= @config.showdupesfromrepos %>
206 <% end %>
207 <% if @config.skip_broken %>
208 skip_broken=<%= @config.skip_broken %>
209 <% end %>
210 <% if @config.ssl_check_cert_permissions %>
211 ssl_check_cert_permissions=<%= @config.ssl_check_cert_permissions %>
212 <% end %>
213 <% if @config.sslcacert %>
214 sslcacert=<%= @config.sslcacert %>
215 <% end %>
216 <% if @config.sslclientcert %>
217 sslclientcert=<%= @config.sslclientcert %>
218 <% end %>
219 <% if @config.sslclientkey %>
220 sslclientkey=<%= @config.sslclientkey %>
221 <% end %>
222 <% if @config.sslverify %>
223 sslverify=<%= @config.sslverify %>
224 <% end %>
225 <% if @config.syslog_device %>
226 syslog_device=<%= @config.syslog_device %>
227 <% end %>
228 <% if @config.syslog_facility %>
229 syslog_facility=<%= @config.syslog_facility %>
230 <% end %>
231 <% if @config.syslog_ident %>
232 syslog_ident=<%= @config.syslog_ident %>
233 <% end %>
234 <% if @config.throttle %>
235 throttle=<%= @config.throttle %>
236 <% end %>
237 <% if @config.timeout %>
238 timeout=<%= @config.timeout %>
239 <% end %>
240 <% if @config.tolerant %>
241 tolerant=<%= @config.tolerant %>
242 <% end %>
243 <% if @config.tsflags %>
244 tsflags=<%= @config.tsflags %>
245 <% end %>
246 <% if @config.username %>
247 username=<%= @config.username %>
248 <% end %>