Skip to content

Commit

Permalink
Support setting beaker_facter in .sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 3, 2023
1 parent 7ff0ad3 commit e646f4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gemfile:
groups:
- 'development'
- gem: 'puppet_metadata'
version: '~> 3.3'
version: '~> 3.4'
- gem: puppet-blacksmith
version: '>= 6.0.0'
options:
Expand Down
3 changes: 3 additions & 0 deletions moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
with:
pidfile_workaround: '<%= @configs['pidfile_workaround'] %>'
<%- if @configs['beaker_facter'] -%>
beaker_facter: '<%= @configs['beaker_facter'] %>'
<%- end -%>
<%- else -%>
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2
with:
Expand Down

0 comments on commit e646f4e

Please sign in to comment.