-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove apt::
prefix from fact variables
#1081
fix: remove apt::
prefix from fact variables
#1081
Conversation
Fact variables are top-scopped and should not be prefixed by module name. This bug was introduced by cb6e58c.
apt::update is a classBreaking changes to this file WILL impact these 17 modules (exact match):Breaking changes to this file MAY impact these 9 modules (near match):This module is declared in 235 of 580 indexed public
|
@pmcmaw I’m pinging you as you’re the one who published the previous release: once this PR is merged, could you please make a new release as soon as possible? Release v9.0.1 is broken with: |
c0bbfbd
to
6230968
Compare
6230968
to
bacf745
Compare
@kenyon thanks for the review, your suggestions make sense. Let me know if there’s anything else I should change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fact variables are top-scopped and should not be prefixed by module name.
This bug was introduced by cb6e58c.