Sha256: caec19cdf525223549738419efb181e0da7c59f18ca484dd976660bef8d59917
Contents?: true
Size: 621 Bytes
Versions: 8
Compression:
Stored size: 621 Bytes
Contents
# Generated by Chef for <%= node['fqdn'] %> # Local modifications will be overwritten. [<%= @repo_name %>] name=<%= @description %> <% if @type %> type=<%= @type %> <% end %> <% unless @url.empty? -%> baseurl=<%= @url %> <% end -%> <% if @mirrorlist %> mirrorlist=<%= @mirrorlist %> <% end %> <% if @key %> gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/<%= @key %> <% else %> gpgcheck=0 <% end %> enabled=<%= @enabled %> <% if @failovermethod %> failovermethod=<%= @failovermethod %> <% end %> <% if @bootstrapurl %> bootstrapurl=<%= @bootstrapurl %> <% end %> <% if @includepkgs %> includepkgs=<%= @includepkgs %> <% end %>
Version data entries
8 entries across 7 versions & 2 rubygems