1 # This file was generated by Chef
2 # Do NOT modify this file by hand.
4 [<%= @config.repositoryid %>]
5 name=<%= @config.description %>
6 <% if @config.baseurl %>
7 baseurl=<%= @config.baseurl %>
10 cost=<%= @config.cost %>
12 <% if @config.enabled %>
17 <% if @config.enablegroups %>
20 <% if @config.exclude %>
21 exclude=<%= @config.exclude %>
23 <% if @config.failovermethod %>
24 failovermethod=<%= @config.failovermethod %>
26 <% if @config.fastestmirror_enabled %>
27 fastestmirror_enabled=<%= @config.fastestmirror_enabled %>
29 <% if @config.gpgcheck %>
34 <% if @config.gpgkey %>
35 gpgkey=<%= case @config.gpgkey
37 @config.gpgkey.join("\n ")
42 <% if @config.http_caching %>
43 http_caching=<%= @config.http_caching %>
45 <% if @config.include_config %>
46 include=<%= @config.include_config %>
48 <% if @config.includepkgs %>
49 includepkgs=<%= @config.includepkgs %>
51 <% if @config.keepalive %>
54 <% if @config.metadata_expire %>
55 metadata_expire=<%= @config.metadata_expire %>
57 <% if @config.mirrorlist %>
58 mirrorlist=<%= @config.mirrorlist %>
60 <% if @config.mirror_expire %>
61 mirror_expire=<%= @config.mirror_expire %>
63 <% if @config.mirrorlist_expire %>
64 mirrorlist_expire=<%= @config.mirrorlist_expire %>
66 <% if @config.priority %>
67 priority=<%= @config.priority %>
69 <% if @config.proxy %>
70 proxy=<%= @config.proxy %>
72 <% if @config.proxy_username %>
73 proxy_username=<%= @config.proxy_username %>
75 <% if @config.proxy_password %>
76 proxy_password=<%= @config.proxy_password %>
78 <% if @config.username %>
79 username=<%= @config.username %>
81 <% if @config.password %>
82 password=<%= @config.password %>
84 <% if @config.max_retries %>
85 retries=<%= @config.max_retries %>
87 <% if @config.report_instanceid %>
88 report_instanceid=<%= @config.report_instanceid %>
90 <% if @config.skip_if_unavailable %>
93 <% if @config.sslcacert %>
94 sslcacert=<%= @config.sslcacert %>
96 <% if @config.sslclientcert %>
97 sslclientcert=<%= @config.sslclientcert %>
99 <% if @config.sslclientkey %>
100 sslclientkey=<%= @config.sslclientkey %>
102 <% if @config.sslverify %>
107 <% if @config.timeout %>
108 timeout=<%= @config.timeout %>