Skip to content

Commit e9db3c1

Browse files
authored
Merge pull request #233 from puppetlabs/CONT-799-add_puppet8_support
(CONT-799) - add puppet 8/drop puppet 6
2 parents 1238444 + b0b5523 commit e9db3c1

File tree

13 files changed

+76
-488
lines changed

13 files changed

+76
-488
lines changed

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fixtures:
44
facts: 'https://github.com/puppetlabs/puppetlabs-facts.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
provision: 'https://github.com/puppetlabs/provision.git'
99
symlinks:
1010
service: "#{source_dir}"

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