diff --git a/.fixtures.yml b/.fixtures.yml index 8cfb056..a3b8218 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,7 +2,9 @@ fixtures: repositories: facts: 'https://github.com/puppetlabs/puppetlabs-facts.git' provision: 'https://github.com/puppetlabs/provision.git' - puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' + puppet_agent: + repo: "https://github.com/shubhamshinde360/puppetlabs-puppet_agent.git" + ref: "v0.0.0" forge_modules: chocolatey: "puppetlabs/chocolatey" java: "puppetlabs/java" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f47b156..271243f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,12 @@ on: jobs: Spec: - uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main" + uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@provision_only" secrets: "inherit" Acceptance: needs: Spec - uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main" + uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@provision_only" secrets: "inherit" with: flags: "--nightly" diff --git a/metadata.json b/metadata.json index 3d0dab5..2ed152f 100644 --- a/metadata.json +++ b/metadata.json @@ -11,90 +11,11 @@ ], "operatingsystem_support": [ - { - "operatingsystem": "RedHat", - "operatingsystemrelease": [ - "7", - "8", - "9" - ] - }, - { - "operatingsystem": "CentOS", - "operatingsystemrelease": [ - "7", - "8" - ] - }, - { - "operatingsystem": "OracleLinux", - "operatingsystemrelease": [ - "7" - ] - }, - { - "operatingsystem": "Scientific", - "operatingsystemrelease": [ - "7" - ] - }, { "operatingsystem": "SLES", "operatingsystemrelease": [ - "12", - "15" - ] - }, - { - "operatingsystem": "Debian", - "operatingsystemrelease": [ - "10", - "11", "12" ] - }, - { - "operatingsystem": "Ubuntu", - "operatingsystemrelease": [ - "18.04", - "20.04", - "22.04" - ] - }, - { - "operatingsystem": "Solaris", - "operatingsystemrelease": [ - "11" - ] - }, - { - "operatingsystem": "AIX", - "operatingsystemrelease": [ - "7.1" - ] - }, - { - "operatingsystem": "Windows", - "operatingsystemrelease": [ - "2012", - "2012 R2", - "2016", - "2019", - "10", - "2022" - ] - }, - { - "operatingsystem": "Rocky", - "operatingsystemrelease": [ - "8" - ] - }, - { - "operatingsystem": "AlmaLinux", - "operatingsystemrelease": [ - "8" - ] } ], "requirements": [