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

Added Hash as acceptable type for physical_volumes #189

Merged
merged 1 commit into from
Mar 26, 2018

Conversation

stivesso
Copy link
Contributor

The line 11 checks if is_hash and that condition can't apply if the only acceptable type are Array and String
The error I got and that is fixed is:
parameter 'physical_volumes' expects a value of type Array or String, got Struct at ...

The line 11 checks if is_hash and that condition can't apply if the only acceptable type are Array and String
The error I got and that is fixed is:
parameter 'physical_volumes' expects a value of type Array or String, got Struct at ...
@uvNikita
Copy link

I'm also getting the same error when trying to configure physical_volumes parameters using hiera syntax. Is there something that's blocking the merge of this fix?

@hunner hunner merged commit 49ec797 into puppetlabs:master Mar 26, 2018
hunner added a commit that referenced this pull request Mar 26, 2018
Added Hash as acceptable type for physical_volumes
cegeka-jenkins pushed a commit to cegeka/puppet-lvm that referenced this pull request Jun 4, 2020
Added Hash as acceptable type for physical_volumes
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.

4 participants