Skip to content

Commit b1ffcad

Browse files
authored
Merge pull request #307 from puppetlabs/CONT-791-add_puppet8_support
(CONT-791) - Add Puppet 8/Drop Puppet 6
2 parents a3e00fe + 68361cf commit b1ffcad

File tree

11 files changed

+82
-485
lines changed

11 files changed

+82
-485
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
@@ -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
package: "#{source_dir}"
1010

0 commit comments

Comments
 (0)