Skip to content

Commit 5d311bd

Browse files
committed
Remove pidfile_workaround and instead use unsupported_puppetserver
This at least tests the agent on EL8.
1 parent b608826 commit 5d311bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ jobs:
1414
name: Puppet
1515
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
1616
with:
17-
pidfile_workaround: 'true'
1817
rubocop: false
1918
cache-version: '1'

.sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
.github/workflows/ci.yml:
3-
pidfile_workaround: true
42
Gemfile:
53
extra:
64
- gem: hocon

spec/support/acceptance/puppetserver.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ def unsupported_puppetserver
22
case host_inventory['facter']['os']['name']
33
when 'Archlinux'
44
true
5+
when 'CentOS'
6+
# puppetserver uses PIDFile
7+
default[:hypervisor] == 'docker'
58
when 'Fedora'
69
true
710
when 'Debian'

0 commit comments

Comments
 (0)