Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/task_acceptance_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
BEAKER_debug: true
BEAKER_set: docker/${{ matrix.os }}

runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-latest'
steps:
- name: Checkout current PR code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion manifests/osfamily/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

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

apt::setting { 'conf-pe-repo':
Expand Down
Loading