Skip to content

Commit

Permalink
Merge pull request #544 from puppetlabs/CONT-780/main/puppet_8
Browse files Browse the repository at this point in the history
(Cont 779) Add Support for Puppet 8 / Drop Support for Puppet 6
  • Loading branch information
GSPatton authored Apr 3, 2023
2 parents 9f31363 + 0db7f4d commit 30699c2
Show file tree
Hide file tree
Showing 33 changed files with 795 additions and 984 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
10 changes: 3 additions & 7 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
fixtures:
repositories:
concat:
repo: "https://github.com/puppetlabs/puppetlabs-concat.git"
stdlib:
repo: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
concat: "https://github.com/puppetlabs/puppetlabs-concat.git"
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: v4.12.1
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
provision: 'https://github.com/puppetlabs/provision.git'
symlinks:
haproxy: "#{source_dir}"
Loading

0 comments on commit 30699c2

Please sign in to comment.