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

Version Path
chef-13.5.3-universal-mingw32 lib/chef/provider/support/zypper_repo.erb
chef-13.5.3 lib/chef/provider/support/zypper_repo.erb
chef-13.4.24-universal-mingw32 lib/chef/provider/support/zypper_repo.erb
chef-13.4.24 lib/chef/provider/support/zypper_repo.erb
chef-13.4.19-universal-mingw32 lib/chef/provider/support/zypper_repo.erb
chef-13.4.19 lib/chef/provider/support/zypper_repo.erb
chef-13.3.42-universal-mingw32 lib/chef/provider/support/zypper_repo.erb
chef-13.3.42 lib/chef/provider/support/zypper_repo.erb