Skip to content

Commit 034198b

Browse files
Merge pull request #548 from puppetlabs/CONT-784/main/puppet_8
(CONT-784) Add Support for Puppet 8 / Drop Support for Puppet 6
2 parents 92dbb4a + c595891 commit 034198b

21 files changed

+323
-693
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ fixtures:
33
archive: "https://github.com/voxpupuli/puppet-archive.git"
44
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
55
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
6-
puppet_agent:
6+
puppet_agent:
77
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
8-
ref: v4.12.1
8+
ref: v4.13.0
99
provision: 'https://github.com/puppetlabs/provision.git'
1010
symlinks:
1111
java: "#{source_dir}"

0 commit comments

Comments
 (0)