Skip to content

Commit a73fcad

Browse files
committed
puppet5.5: restore support and tests for puppet5.5
* 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
1 parent 276e7b7 commit a73fcad

File tree

9 files changed

+81
-520
lines changed

9 files changed

+81
-520
lines changed

.fixtures.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
fixtures:
22
repositories:
33
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
4-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
4+
puppet_agent:
5+
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
6+
ref: 4.4.0
57
provision: 'https://github.com/puppetlabs/provision.git'
68
symlinks:
79
stdlib: "#{source_dir}"
8-
test: "#{source_dir}/spec/fixtures/test"
10+
test: "#{source_dir}/spec/fixtures/test"

.github/workflows/auto_release.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)