Sha256: 0c368f7ad1d4e5eff279beed476e6828f30e273f1b926ffd43219385f3a77b5d
Contents?: true
Size: 545 Bytes
Versions: 28
Compression:
Stored size: 545 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
28 entries across 28 versions & 1 rubygems