Skip to content

Commit e9cdd35

Browse files
authored
Merge pull request #367 from puppetlabs/CONT-782-add_puppet8_support
(CONT-782) - add puppet 8 support/Drop puppet 6 support
2 parents 0e22e37 + ed7b9bb commit e9cdd35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+844
-1271
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
fixtures:
2-
forge_modules:
3-
dism: 'puppetlabs/dism'
2+
forge_modules:
43
pwshlib: 'puppetlabs/pwshlib'
54
ruby_task_helper: 'puppetlabs/ruby_task_helper'
65
repositories:
76
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
87
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
98
puppet_agent:
109
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
11-
ref: v4.12.1
10+
ref: v4.13.0
1211
provision: 'https://github.com/puppetlabs/provision.git'
1312
symlinks:
1413
iis: "#{source_dir}"

0 commit comments

Comments
 (0)