Skip to content

Commit 30699c2

Browse files
authored
Merge pull request #544 from puppetlabs/CONT-780/main/puppet_8
(Cont 779) Add Support for Puppet 8 / Drop Support for Puppet 6
2 parents 9f31363 + 0db7f4d commit 30699c2

33 files changed

+795
-984
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

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
fixtures:
22
repositories:
3-
concat:
4-
repo: "https://github.com/puppetlabs/puppetlabs-concat.git"
5-
stdlib:
6-
repo: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
3+
concat: "https://github.com/puppetlabs/puppetlabs-concat.git"
4+
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
75
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
8-
puppet_agent:
9-
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10-
ref: v4.12.1
6+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
117
provision: 'https://github.com/puppetlabs/provision.git'
128
symlinks:
139
haproxy: "#{source_dir}"

0 commit comments

Comments
 (0)