-
Notifications
You must be signed in to change notification settings - Fork 319
Use apt::source keyring to fix apt-key deprecated warnings #885
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
Open
vegaaz
wants to merge
38
commits into
puppetlabs:main
Choose a base branch
from
vegaaz:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
dace42e
Use apt::source keyring to fix apt-key deprecated warnings
vegaaz 0e75587
Change type to Stdlib::Absolutepath
vegaaz 31a1d8c
Remove keyring-variable; not longer needed because of commit 0e75587b…
vegaaz ccd3074
Add param description
vegaaz 46e2a9c
Use content => binary_file() instead of source
vegaaz d453a2b
Improve linting by removing obsolet spaces
vegaaz ee35dbb
Bump puppetlabs-apt required version to 8.1.0
vegaaz 15bb484
Add param description in repos.pp
vegaaz 9a8251c
Try unit tests
vegaaz 006e604
Revert "Try unit tests"
vegaaz b3d5f7c
Working unit-test with STATIC keyring path (WIP)
vegaaz 5373dea
Add additional unit-test; configure inheritance of param
vegaaz fe8cbe7
Satisfy Static & Syntax Tests
vegaaz d250ce3
Remove gpg-key from trusted.gpg store
vegaaz acce359
Add test for absence of docker-key
vegaaz 04ef1a9
Correct syntax to satisfy static tests
vegaaz 6dd2878
Remove trailing whitespace!
vegaaz a1b7602
Get keyring from official download.docker.com
vegaaz bc5ce1e
Remove not working tests
vegaaz ee6570d
Update manifests/init.pp
vegaaz 84b217c
Update manifests/repos.pp
vegaaz 177dfe6
Handle docker-Keyring download via archive-module
vegaaz 19fa70a
Prepare Unit-Tests
vegaaz 05d75b5
Add 'puppet/archive' Module as dependency
vegaaz 8fdf2d5
Merge branch 'main' into main
vegaaz 6c53719
remove lsb-release dependency, change to deb 11
vegaaz e5eab76
change upper and lower versions for archive dep
vegaaz 75b70d8
Remove 'keyring_force_update' since not indempotent
vegaaz 496b931
Change contribution information
vegaaz c4f50c7
metadata.json fix typo in version
vegaaz 7238bd5
Satisfy Static & Syntax Tests
vegaaz d0582b0
Merge branch 'main' into main
vegaaz d83fb5b
Merge branch 'main' of github.com:vegaaz/puppetlabs-docker into main
vegaaz e6195fd
Merge branch 'main' into main
vegaaz 400baac
Merge branch 'main' into main
vegaaz 68958b2
Merge branch 'main' of https://github.com/vegaaz/puppetlabs-docker
vegaaz 436a88a
Update metadata.json
vegaaz 1ac0313
Merge branch 'main' into main
vegaaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Contributing to Puppet modules | ||
|
||
Check out our [Contributing to Supported Modules Blog Post](https://puppetlabs.github.io/iac/docs/contributing_to_a_module.html) to find all the information that you will need. | ||
Check out our [Contributing to Supported Modules Blog Post](https://www.puppet.com/docs/puppet/latest/contributing.html) to find all the information that you will need. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,3 +185,4 @@ | |
1 Joshua Spence | ||
1 Justin Riley | ||
1 Schusler, Olaf | ||
1 Wernet, Marc-Oliver |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.