Version information
released May 13th 2017
This version is compatible with:
- Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.6.1 < 5.0.0
- ,
Start using this module
Add this module to your Puppetfile:
mod 'puppet-zypprepo', '2.0.0'Learn more about managing modules with a PuppetfileDocumentation
puppet/zypprepo — version 2.0.0 May 13th 2017
puppet-zypprepo
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.
Change log
All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not impact the functionality of the module.
v2.0.0 (2017-05-13)
Closed issues:
Merged pull requests:
- Remove newtype warning in Puppet 4.8 #13 (egoexpress)
- update metadata.json #7 (mmoll)
- Update to README #2 (benkevan)
- Zypper supports Yum Repos, added Support for them. #1 (scottjab)
* This Change Log was automatically generated by github_changelog_generator