We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b608826 commit 5d311bdCopy full SHA for 5d311bd
.github/workflows/ci.yml
@@ -14,6 +14,5 @@ jobs:
14
name: Puppet
15
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
16
with:
17
- pidfile_workaround: 'true'
18
rubocop: false
19
cache-version: '1'
.sync.yml
@@ -1,6 +1,4 @@
1
---
2
-.github/workflows/ci.yml:
3
- pidfile_workaround: true
4
Gemfile:
5
extra:
6
- gem: hocon
spec/support/acceptance/puppetserver.rb
@@ -2,6 +2,9 @@ def unsupported_puppetserver
case host_inventory['facter']['os']['name']
when 'Archlinux'
true
+ when 'CentOS'
+ # puppetserver uses PIDFile
7
+ default[:hypervisor] == 'docker'
8
when 'Fedora'
9
10
when 'Debian'
0 commit comments