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
It would be great if a puppetfile update noticed that a module was deprecated and tried to follow to the recommended alternative, especially if the alternative has the same last part. I see this when modules move into Vox Pupuli (puppet) most often, but could easily be other reasons for an "ownership" change of a module.
It would be great if a puppetfile update noticed that a module was deprecated and tried to follow to the recommended alternative, especially if the alternative has the same last part. I see this when modules move into Vox Pupuli (puppet) most often, but could easily be other reasons for an "ownership" change of a module.
Example: https://forge.puppet.com/stahnma/epel moved to https://forge.puppet.com/puppet/epel -- but
onceover update puppetfile
suggests updatingmod 'stahnma/epel', '1.3.1'
tomod 'stahnma/epel', '2.0.0'
instead ofmod 'puppet/epel', '3.0.0'
.The text was updated successfully, but these errors were encountered: