diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 188bc8ba..f837e2e7 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -37,7 +37,7 @@ jobs: id: get-matrix run: | if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then - echo "matrix={'platform':['centos-7'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT + echo "matrix={'platform':['ubuntu-2204-lts'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT else echo "matrix={}" >> $GITHUB_OUTPUT fi diff --git a/metadata.json b/metadata.json index f3532db6..7d9a0f22 100644 --- a/metadata.json +++ b/metadata.json @@ -19,58 +19,6 @@ "operatingsystemrelease": [ "7" ] - }, - { - "operatingsystem": "CentOS", - "operatingsystemrelease": [ - "7" - ] - }, - { - "operatingsystem": "OracleLinux", - "operatingsystemrelease": [ - "7" - ] - }, - { - "operatingsystem": "Scientific", - "operatingsystemrelease": [ - "7" - ] - }, - { - "operatingsystem": "SLES", - "operatingsystemrelease": [ - "12", - "15" - ] - }, - { - "operatingsystem": "Debian", - "operatingsystemrelease": [ - "10", - "11" - ] - }, - { - "operatingsystem": "Ubuntu", - "operatingsystemrelease": [ - "18.04", - "20.04", - "22.04" - ] - }, - { - "operatingsystem": "Solaris", - "operatingsystemrelease": [ - "11" - ] - }, - { - "operatingsystem": "AIX", - "operatingsystemrelease": [ - "7.1" - ] } ], "requirements": [ diff --git a/plans/acceptance/pe_server.pp b/plans/acceptance/pe_server.pp index 9d693663..ae53098c 100644 --- a/plans/acceptance/pe_server.pp +++ b/plans/acceptance/pe_server.pp @@ -5,7 +5,7 @@ # @example # ntp::acceptance::pe_server plan ntp::acceptance::pe_server( - Optional[String] $version = '2019.8.5', + Optional[String] $version = '2021.7.9', Optional[Hash] $pe_settings = { password => 'puppetlabs' } ) { #identify pe server node