Skip to content

Commit

Permalink
Merge pull request #55 from bastelfreak/modulesync
Browse files Browse the repository at this point in the history
modulesync 9.1.0
  • Loading branch information
bastelfreak authored Jul 12, 2024
2 parents a740954 + 7fcfbbd commit 6514bdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
with:
beaker_facter: 'vault_version:Vault:1.12.0'
3 changes: 3 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ spec/spec_helper_acceptance.rb:
.puppet-lint.rc:
enabled_lint_checks:
- parameter_documentation
.github/workflows/ci.yml:
with:
beaker_facter: 'vault_version:Vault:1.12.0'
1 change: 0 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

require 'voxpupuli/acceptance/spec_helper_acceptance'

ENV['BEAKER_FACTER_VAULT_VERSION'] = '1.12.0'
configure_beaker(modules: :metadata)

Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f }

0 comments on commit 6514bdc

Please sign in to comment.