Skip to content

laserguy2020/puppet-zypprepo

 
 

Repository files navigation

puppet-zypprepo

License Build Status Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores

Overview

'zypprepo' - The client-side description of a zypper repository.

Usage

zypprepo { 'openSUSE_12.1':
  baseurl      => 'http://download.opensuse.org/distribution/12.1/repo/oss/suse/',
  enabled      => 1,
  autorefresh  => 1,
  name         => 'openSUSE_12.1',
  gpgcheck     => 0,
  priority     => 98,
  keeppackages => 1,
  type         => 'rpm-md',
}

This Puppet 'type' is a port of the 'yumrepo' type from 2.7 code base and is licensed under the Apache-2.0.

About

Puppet description of a zypper repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.7%
  • Puppet 1.3%