Skip to content

Commit 2495df3

Browse files
authored
Merge pull request #278 from puppetlabs/CONT-796-Puppet_8_support
(CONT-796) Puppet 8 support
2 parents b202e4a + f67b456 commit 2495df3

21 files changed

+400
-747
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
@@ -4,7 +4,7 @@ fixtures:
44
provision: 'https://github.com/puppetlabs/provision.git'
55
puppet_agent:
66
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
7-
ref: v4.12.1
7+
ref: v4.13.0
88
symlinks:
99
registry: "#{source_dir}"
1010
mixed_default_settings: "#{source_dir}/spec/fixtures/mixed_default_settings"

0 commit comments

Comments
 (0)