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 yum_source wasn't specified, such as when installing puppetcore on apt or
mac, and a password wasn't specified, the error message incorrectly referenced
yum:
A password parameter is required to install from https://yum-puppetcore.puppet.com/public
Move the password check prior to handling yum, apt, etc sources. If installing
puppetcore packages and password isn't specified, we now report:
A password parameter is required to install from puppetcore
0 commit comments