Skip to content

Commit f02452e

Browse files
authored
Merge pull request #400 from puppetlabs/CONT-793-add_puppet8_support
(CONT-793) - Add Puppet 8/Drop Puppet 6
2 parents 73ba90f + 87ade75 commit f02452e

18 files changed

+653
-1549
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
@@ -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
forge_modules:
99
pwshlib: "puppetlabs/pwshlib"

.github/workflows/auto_release.yml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 2 deletions
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)