We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce5d7f8 + 9b14a31 commit 60e3526Copy full SHA for 60e3526
.github/workflows/task_acceptance_tests.yaml
@@ -20,7 +20,7 @@ jobs:
20
BEAKER_debug: true
21
BEAKER_set: docker/${{ matrix.os }}
22
23
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-latest'
24
steps:
25
- name: Checkout current PR code
26
uses: actions/checkout@v4
manifests/osfamily/debian.pp
@@ -59,7 +59,7 @@
59
60
# Pass in an empty content string since apt requires it even though we are removing it
61
apt::setting { 'list-puppet-enterprise-installer':
62
- ensure => absent,
+ ensure => absent,
63
}
64
65
apt::setting { 'conf-pe-repo':
0 commit comments