Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.29 KB

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.