Skip to content

Commit 9749003

Browse files
Merge pull request #430 from david22swan/CONT-785/main/puppet_8
(CONT-785) Add Support for Puppet 8 / Drop Support for Puppet 6
2 parents dc4034c + 80e7ae1 commit 9749003

34 files changed

+495
-739
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
forge_modules:
99
chocolatey: "puppetlabs/chocolatey"
1010
java: "puppetlabs/java"

.pdkignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,19 @@
2626
.envrc
2727
/inventory.yaml
2828
/spec/fixtures/litmus_inventory.yaml
29-
/appveyor.yml
30-
/.editorconfig
3129
/.fixtures.yml
3230
/Gemfile
3331
/.gitattributes
3432
/.gitignore
35-
/.gitlab-ci.yml
3633
/.pdkignore
3734
/.puppet-lint.rc
3835
/Rakefile
3936
/rakelib/
4037
/.rspec
41-
/.rubocop.yml
42-
/.travis.yml
38+
/..yml
4339
/.yardopts
4440
/spec/
4541
/.vscode/
4642
/.sync.yml
4743
/.devcontainer/
44+
/.rubocop.yml

0 commit comments

Comments
 (0)