Skip to content

Commit b80b8aa

Browse files
authored
Merge pull request #1414 from puppetlabs/CONT-792-add_puppet8_support
(CONT-792) - Add Puppet 8/Drop Puppet 6
2 parents cf82ba5 + 97c55f7 commit b80b8aa

File tree

75 files changed

+823
-993
lines changed

Some content is hidden

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

75 files changed

+823
-993
lines changed

.devcontainer/devcontainer.json

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixtures:
99
provision: "https://github.com/puppetlabs/provision.git"
1010
puppet_agent:
1111
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
12-
ref: v4.12.1
12+
ref: v4.13.0
1313
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
1414
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
1515
systemd: "https://github.com/voxpupuli/puppet-systemd.git"

0 commit comments

Comments
 (0)