Skip to content

Commit 38945c5

Browse files
Merge pull request #2405 from puppetlabs/CONT-772-Puppet_8_support
(CONT-772) Puppet 8 support / Drop Puppet 6
2 parents e7a2d19 + 462a98e commit 38945c5

File tree

92 files changed

+2082
-1859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2082
-1859
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"settings": {
66
"terminal.integrated.profiles.linux": {
77
"bash": {
8-
"path": "bash",
8+
"path": "bash"
99
}
1010
}
1111
},

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fixtures:
66
provision: 'https://github.com/puppetlabs/provision.git'
77
puppet_agent:
88
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
9-
ref: v4.12.1
9+
ref: v4.13.0
1010
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
1111
yumrepo_core:
1212
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"

0 commit comments

Comments
 (0)