GitHub puppet-augeasproviders_sysctl
Augeas-based sysctl type and provider for Puppet

Repo Checks ( 10 of 29 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
failed
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 Debian
No translation
failed
Supports Latest Debian
No translation
failed
Supports Only Current Ubuntu
No translation
failed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Redhat
No translation
failed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
failed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Opensuse
No translation
passed
Supports Latest Opensuse
No translation
failed
Supports Only Current Freebsd
No translation
failed
Supports Latest Freebsd
No translation
failed
Supports Only Current Openbsd
No translation
passed
Supports Latest Openbsd
No translation
failed
Supports Only Current Archlinux
No translation
failed
Supports Latest Archlinux
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
failed
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

Update module metadata after transfer to Voxpupuli

fix metadata - dependency and location referenced

Open PR in GitHub
modulesync 5.3.0
modulesync
modulesync

modulesync 5.1.0

Open PR in GitHub
quote slash (/) as a key separator when communicating with augeas

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

Quote sysctl keys with a slash in them

This Pull Request (PR) fixes the following issues

Partially fixes #17 by quoting slashes in keys (such as VLANs) when communicating with augeas

This requires augeas 1.14.x with patch to sysctl lens, that supports more non-alphanumeric characters such as a slash. Have tested by directly copying ne wlens to /opt/puppetlabs/puppet/share/augeas/lenses/dist/sysctl.aug of puppet agent 7.25

A new puppet agent with augeas 1.14.x needs to be advocated

Note that the changes provided here are probably not optimal and possibly break with comments, but its at the limit of my current provider knowledge

Open PR in GitHub
modulesync 7.5.0
modulesync

modulesync 7.5.0

Open PR in GitHub
Remove logic breaking comment updates.

Pull Request (PR) description

Remove old logic to insert new setting after a commented out one. This logic ends up breaking comment updates and causing mess when using comments.

This Pull Request (PR) fixes the following issues

Fixes #19

Open PR in GitHub
Add EL9 support
enhancement

Also contains #83

Open PR in GitHub