-
-
Notifications
You must be signed in to change notification settings - Fork 167
modulesync 10.3.0 #474
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
base: master
Are you sure you want to change the base?
modulesync 10.3.0 #474
Conversation
… linter is satisfied. The code is idempotent. It is the parameter passing using the splat operator that enables idempotency. Puppet lint is a static validator that does not see the runtime fullfilment. It is ok to disable the check
|
The requirement of the lint check ist fullfilled. Idempotency check is done by splat operator. Just in this very specific circumstance a static linter cannot not recognize its fullfillment. I propose to disable the check |
due to some $magic between podman and sysctl, we will switch to docker for the pipeline to pass.
workaround: lint check disabled. See description for details
.github/workflows/ci.yml
Outdated
| uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3 | ||
| uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4 | ||
| with: | ||
| beaker_hypervisor: 'docker' |
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.
as mentioned in https://github.com/voxpupuli/puppet-gitlab/pull/481/files/06f5f99680bc2cbb1b7556c60fcf0e63e0ca9974#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03f, please fix the missing newline and cleanup the git history
|
Please rebase against master to get rid of the merge commit and please adjust the title for 14acb75. That's way longer than 72 characters. |
modulesync 10.3.0