Skip to content

Commit 45027ce

Browse files
authored
Merge pull request #1557 from david22swan/CONT-789/main/puppet_8
(CONT-789) Add Support for Puppet 8 / Drop Support for Puppet 6
2 parents b31f34e + cc42df6 commit 45027ce

Some content is hidden

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

61 files changed

+755
-995
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
@@ -6,4 +6,4 @@ fixtures:
66
"provision": "https://github.com/puppetlabs/provision.git"
77
puppet_agent:
88
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
9-
ref: v4.12.1
9+
ref: v4.13.0

.github/workflows/auto_release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ on:
55

66
jobs:
77
release_prep:
8-
name: "Release Prep"
98
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main"
109
secrets: "inherit"

.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)