Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-3145) Cast values to strings before passing to provider #204

Merged
merged 1 commit into from
Mar 17, 2016

Conversation

hunner
Copy link
Contributor

@hunner hunner commented Mar 17, 2016

Puppet gets confused when false values get passed to the provider
because of
https://github.com/puppetlabs/puppet/blob/4.4.0/lib/puppet/property.rb#L247-L248
so lets just cast them all to strings; ini files are untyped anyway.

Puppet gets confused when false values get passed to the provider
because of
https://github.com/puppetlabs/puppet/blob/4.4.0/lib/puppet/property.rb#L247-L248
so lets just cast them all to strings; ini files are untyped anyway.
bmjen added a commit that referenced this pull request Mar 17, 2016
(MODULES-3145) Cast values to strings before passing to provider
@bmjen bmjen merged commit 1fe35c6 into puppetlabs:master Mar 17, 2016
@hunner hunner deleted the fix_false branch March 18, 2016 17:51
@smortex smortex added the bugfix label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants