diff --git a/.github/workflows/task_acceptance_tests.yaml b/.github/workflows/task_acceptance_tests.yaml index 7155af76..b3c196c5 100644 --- a/.github/workflows/task_acceptance_tests.yaml +++ b/.github/workflows/task_acceptance_tests.yaml @@ -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 diff --git a/manifests/osfamily/debian.pp b/manifests/osfamily/debian.pp index 5138c61d..c9382001 100644 --- a/manifests/osfamily/debian.pp +++ b/manifests/osfamily/debian.pp @@ -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':