GitHub puppet-augeasproviders
Alternative Augeas-based providers for Puppet

Repo Checks ( 14 of 27 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
passed
Supports Only Current Rocky
No translation
passed
Supports Latest Rocky
No translation
failed
Supports Only Current Almalinux
No translation
passed
Supports Latest Almalinux
No translation
passed
Supports Only Current Fedora
No translation
passed
Supports Latest Fedora
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
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.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
failed

Open Pull Requests

puppetlabs/stdlib: Allow 9.x
enhancement
Fix broken headings in Markdown files
tests-fail

GitHub changed the way Markdown headings are parsed, so this change fixes it.

See bryant1410/readmesfix for more information.

Tackles bryant1410/readmesfix#1

Open PR in GitHub
replace validate_* calls with pupet4 datatypes
merge-conflicts

The goal of this is to drop the legacy validate_* calls. Apprently the travis matrix and the Gemfile is outdated and tests nothing on puppet4/recent ruby versions. I need some guidance for how to proceed here.

Open PR in GitHub
modulesync 7.3.0
modulesync
modulesync
merge-conflicts
tests-fail

modulesync 5.1.0

Open PR in GitHub
New augeas provided type `etc_services` for managing entries in /etc/services file

Sample usage could be

puppet
etc_services { 'remctl':
ensure => present,
protocol => 'tcp',
port => '4373',
comment => 'Remote Authenticated Command Service',
}

Open PR in GitHub
Add Puppet 8 support
enhancement
Remove legacy top-scope syntax