Skip to content

Commit b273ecb

Browse files
Merge pull request #441 from puppetlabs/puppet_8_support
(CONT-850) Puppet 8 compatibility
2 parents 1e26b22 + 5b13ff5 commit b273ecb

18 files changed

+307
-661
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
@@ -9,7 +9,7 @@ fixtures:
99
facts: 'https://github.com/puppetlabs/puppetlabs-facts.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
provision: 'https://github.com/puppetlabs/provision.git'
1414
symlinks:
1515
accounts: "#{source_dir}"

0 commit comments

Comments
 (0)