Sha256: b2fb3dd9ec899d5fbea5634dd813f95b9bf6c43b912b3d87c5478d0445cc22ad
Contents?: true
Size: 528 Bytes
Versions: 188
Compression:
Stored size: 528 Bytes
Contents
# This file was generated by Chef # Do NOT modify this file by hand. [<%= @config.repo_name %>] <% %w{ type enabled autorefresh gpgcheck gpgkey baseurl mirrorlist path priority keeppackages mode refresh_cache }.each do |prop| -%> <% next if @config.send(prop.to_sym).nil? -%> <%= prop %>=<%= case @config.send(prop.to_sym) when TrueClass '1' when FalseClass '0' else @config.send(prop.to_sym) end %> <% end -%> name=<%= @config.description || @config.repo_name %>
Version data entries
188 entries across 188 versions & 1 rubygems