Skip to content

Commit d79b6d0

Browse files
authored
Merge pull request #1307 from puppetlabs/CONT-801-Puppet_8_support
(CONT-801) Puppet 8 support / Drop Puppet 6 support
2 parents 366263b + cab7d7e commit d79b6d0

File tree

208 files changed

+1483
-1622
lines changed

Some content is hidden

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

208 files changed

+1483
-1622
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fixtures:
33
facts: 'https://github.com./puppetlabs/puppetlabs-facts.git'
44
puppet_agent:
55
repo: 'https://github.com./puppetlabs/puppetlabs-puppet_agent.git'
6-
ref: v4.12.1
6+
ref: v4.13.0
77
provision: 'https://github.com./puppetlabs/provision.git'
88
symlinks:
99
stdlib: "#{source_dir}"

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
release:
8-
name: "Release"
7+
release:
98
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"
109
secrets: "inherit"

0 commit comments

Comments
 (0)