GitHub puppet-augeasproviders_grub
Augeas-based grub type and providers

Repo Checks ( 7 of 21 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
failed
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
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

modulesync 7.2.0
modulesync
Ensure kernel parameters are absent from both GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT

See https://github.com/hercules-team/augeasproviders_grub/issues/52#issuecomment-734251681

This patch expresses basically what I think should happen, but I don't know why it's not removing the parameter from GRUB_CMDLINE_LINUX_DEFAULT. Could use some help with this.

Open PR in GitHub
Skip stub grub.cfg files (e.g. used on Debian OS family).
needs-tests

Replacing these may break OS update mechanisms which only update
the main file.

Fixes #51

Open PR in GitHub