puppetlabs / pdk-templates

The main template repo for the Puppet Development Kit https://github.com/puppetlabs/pdk
Apache License 2.0
46 stars 142 forks source link

facter_implementation missing quotes #509

Closed ardrigh closed 1 year ago

ardrigh commented 1 year ago

Describe the Bug

Details in https://github.com/puppetlabs/pdk/issues/1238

Expected Behavior

Template would create a valid value

Steps to Reproduce

Details in https://github.com/puppetlabs/pdk/issues/1238

Additional Context

Please review the PR I created to fix the error https://github.com/puppetlabs/pdk-templates/pull/508

greatflyingsteve commented 1 year ago

As a workaround, until the linked PR gets merged, giving the value in .sync.yml as facter_implementation: "'rspec'" will produce the appropriate quoted value.

ardrigh commented 1 year ago

PR was merged, closing this issue