GitHub puppet-zypprepo
Puppet description of a zypper repository

Repo Checks ( 11 of 16 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Sles
No translation
passed
Supports Latest Sles
No translation
failed
Supports Only Current Opensuse
No translation
passed
Supports Latest Opensuse
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
failed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
failed

Open Pull Requests

modulesync 5.1.0
modulesync

modulesync 5.1.0

Open PR in GitHub
Fix versionlock and adding parameters to define

Pull Request (PR) description

Propper working port of yum::versionlock with a parameterized define from
https://github.com/voxpupuli/puppet-yum/

zypper versionlock itself does not proper handle the solvable_name when used with a packagename with a dash including also the version, release and arch.
The propper working way that is also the only documented way in the suse man locks(5) is to set the version and when wanted also the solvable_arch key in the locks file.
See https://github.com/openSUSE/libzypp/blob/master/doc/locks.5.txt

This Pull Request (PR) fixes the following issues

Fixes #44
Closes #69

Open PR in GitHub