Skip to content
Closed

test #566

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ on:
pull_request:
branches: [main]
workflow_dispatch:

jobs:
Spec:
if: ${{ github.repository_owner == 'puppetlabs' }}
uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
secrets: inherit
Acceptance:
if: ${{ github.repository_owner == 'puppetlabs' }}
needs: Spec
uses: puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
with:
flags: --provision-service
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Puppet Enterprise Administration Module (PEADM)
dskdnskdnskndksindasjndasndklasndklasn# Puppet Enterprise Administration Module (PEADM)

The Puppet Enterprise Administration Module (PEADM) contains a set of Bolt plans designed for deploying and managing Puppet Enterprise (PE) infrastructure. These plans automate key PE lifecycle activities to accelerate deployment and reduce the risk of human error.

Expand Down
2 changes: 1 addition & 1 deletion functions/assert_supported_bolt_version.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @summary Assert that the Bolt executable running PEAdm is a supported version
#
# test comment
# Checks if the current Bolt version matches the SemVerRange defined in $supported_bolt_version
# Fails the calling plan if false, does nothing if true.
# Accepts a parameter for the $supported_bolt_version for unit testing purposes
Expand Down
Loading