You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the grub_user is created only with the "password" parameter, and "superuser" parameter is added later, the user is not added to the list of superusers.
ver 3.0.1
grub_user{'adminuser':
password => "${passwd}",
superuser => true,
}
Admin deleted "set superusers" line from /boot/grub2/grub.cfg and /etc/grub.d/02_puppet_managed_users but not the password_pdkdf2 lines
Puppet never updates either file after this.
Deleting the password_pdkdf2 fixes the issue
The text was updated successfully, but these errors were encountered: