-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
modulesync 5.4.0; drop Puppet 5 support & require 6.1 or newer #5
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1 | ||
with: | ||
additional_packages: 'libaugeas-dev' | ||
rubocop: false |
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.
Next modulesync will remove this, but it allows moving forward faster.
86be548
to
448a313
Compare
Developer should instead use system tools or explicitly clone it themselves.
Puppet 7 was failing while Puppet 6 was green. I've chosen to limit it to Puppet 6 for now to get CI green, then from here on people can look at enabling Puppet 7 and Rubocop. |
.github/SECURITY.md
Outdated
@@ -0,0 +1,3 @@ | |||
# Vox Pupuli Security Policy |
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.
Should we update this since we dropped the file again in the latest modulesync?
No description provided.