voxpupuli / puppet-augeasproviders_grub

Augeas-based grub type and providers
Apache License 2.0
9 stars 33 forks source link

Set default to grub2 provider on el7 based systems #9

Closed vinzent closed 9 years ago

vinzent commented 9 years ago

On RHEL/CentOS 7 every puppet run shows the following warning if no default is set:

Warning: Found multiple default providers for kernel_parameter: grub2, grub; using grub2

raphink commented 9 years ago

Thank you.

vincentbernat commented 8 years ago

This warning also happens on Debian (sid in my case). This is harmless, but what is the correct solution? A PR like this one for Debian Jessie or something else? I have tried the following snippet without any luck:

Kernel_parameter {
  provider => grub2
}
raphink commented 8 years ago

@vincentbernat I'd welcome a PR similar to this one for Jessie/Sid if it makes sense to change the default.