Skip to content

Commit 60e3526

Browse files
authored
Merge pull request #765 from joshcooper/ubuntu2004
2 parents ce5d7f8 + 9b14a31 commit 60e3526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/task_acceptance_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
BEAKER_debug: true
2121
BEAKER_set: docker/${{ matrix.os }}
2222

23-
runs-on: 'ubuntu-20.04'
23+
runs-on: 'ubuntu-latest'
2424
steps:
2525
- name: Checkout current PR code
2626
uses: actions/checkout@v4

manifests/osfamily/debian.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
# Pass in an empty content string since apt requires it even though we are removing it
6161
apt::setting { 'list-puppet-enterprise-installer':
62-
ensure => absent,
62+
ensure => absent,
6363
}
6464

6565
apt::setting { 'conf-pe-repo':

0 commit comments

Comments
 (0)