Skip to content

Commit 788ed2f

Browse files
authored
Merge pull request #211 from puppetlabs/CONT-778-add_puppet8_support
(Cont 778) - add puppet 8 support/drop puppet 6 support
2 parents 18ff0bc + c44857e commit 788ed2f

File tree

10 files changed

+75
-473
lines changed

10 files changed

+75
-473
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
@@ -5,6 +5,6 @@ fixtures:
55
provision: 'https://github.com/puppetlabs/provision.git'
66
puppet_agent:
77
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
8-
ref: v4.12.1
8+
ref: v4.13.0
99
symlinks:
1010
"facter_task": "#{source_dir}"

0 commit comments

Comments
 (0)