'zypprepo' - The client-side description of a zypper repository.
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.