diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index daceb64..8809327 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -245,23 +245,15 @@ with: BEAKER_PUPPET_COLLECTION=puppet7 BEAKER_setfile=debian11-64 bundle exec rake beaker ``` -or - -```sh -BEAKER_PUPPET_COLLECTION=none BEAKER_setfile=archlinux-64 bundle exec rake beaker -``` - -This latter example will use the distribution's own version of Puppet. - You can replace the string `debian11` with any common operating system. The following strings are known to work: * ubuntu2004 * ubuntu2204 * debian11 -* debian12 +* centos7 +* centos8 * centos9 -* archlinux * almalinux8 * almalinux9 * fedora36 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93b33c2..55324aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,3 @@ jobs: # https://docs.github.com/en/actions/security-guides/encrypted-secrets username: ${{ secrets.PUPPET_FORGE_USERNAME }} api_key: ${{ secrets.PUPPET_FORGE_API_KEY }} - - create-github-release: - name: Create GitHub Release - runs-on: ubuntu-latest - steps: - - name: Create GitHub release - uses: voxpupuli/gha-create-a-github-release@v1 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 58c9b66..9efb4ae 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -9,10 +9,6 @@ require 'voxpupuli/test/spec_helper' -RSpec.configure do |c| - c.facterdb_string_keys = false -end - add_mocked_facts! if File.exist?(File.join(__dir__, 'default_module_facts.yml'))