Skip to content

Commit 1e55e2e

Browse files
committed
test
1 parent 4647764 commit 1e55e2e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches: [main]
66
workflow_dispatch:
77
jobs:
8-
Spec:
9-
if: ${{ github.repository_owner == 'puppetlabs' }}
10-
uses: puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
11-
secrets: inherit
128
Acceptance:
139
if: ${{ github.repository_owner == 'puppetlabs' }}
1410
needs: Spec

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Puppet Enterprise Administration Module (PEADM)
1+
dskdnskdnskndksindasjndasndklasndklasn# Puppet Enterprise Administration Module (PEADM)
22

33
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.
44

functions/assert_supported_bolt_version.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# @summary Assert that the Bolt executable running PEAdm is a supported version
2-
#
2+
# test comment
33
# Checks if the current Bolt version matches the SemVerRange defined in $supported_bolt_version
44
# Fails the calling plan if false, does nothing if true.
55
# Accepts a parameter for the $supported_bolt_version for unit testing purposes

0 commit comments

Comments
 (0)