Skip to content

Commit

Permalink
Merge pull request #316 from puppetlabs/CONT-774-Puppet_8_support
Browse files Browse the repository at this point in the history
(CONT-774) Puppet 8 support / Drop Puppet 6
  • Loading branch information
jordanbreen28 authored Apr 19, 2023
2 parents 358f580 + fd08ad8 commit bc7f5f5
Show file tree
Hide file tree
Showing 45 changed files with 645 additions and 917 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"path": "bash"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fixtures:
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: v4.12.1
ref: v4.13.0
provision: 'https://github.com/puppetlabs/provision.git'
symlinks:
chocolatey: "#{source_dir}"
Loading

0 comments on commit bc7f5f5

Please sign in to comment.