Skip to content

Commit

Permalink
puppet5.5: restore support and tests for puppet5.5
Browse files Browse the repository at this point in the history
* Github actions
  * Manually specify matrix for debian and puppet5.5
  * use ruby 2.5 by default for spec tests
  * drop lint/rubocop tests as puppetlabs can do this
* Gemfile
  * drop dependency of puppet-module-posix-* to '~> 0.0' for spec tests
  * drop puppet-module-win-*
  * use default puppet version of '~> 5.5.0'
* fixtures
  * force version of puppetlabs-puppet_agent so we can use puppet5
  • Loading branch information
b4ldr committed Mar 8, 2023
1 parent dc70216 commit 5c020db
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 538 deletions.
6 changes: 4 additions & 2 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
fixtures:
repositories:
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: 4.4.0
provision: 'https://github.com/puppetlabs/provision.git'
symlinks:
stdlib: "#{source_dir}"
test: "#{source_dir}/spec/fixtures/test"
test: "#{source_dir}/spec/fixtures/test"
90 changes: 0 additions & 90 deletions .github/workflows/auto_release.yml

This file was deleted.

204 changes: 0 additions & 204 deletions .github/workflows/nightly.yml

This file was deleted.

Loading

0 comments on commit 5c020db

Please sign in to comment.