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

Puppet4 is much stricter about arrays and strings, make all strings #7

Merged
merged 1 commit into from
Jan 14, 2016

Conversation

dugdigg
Copy link
Contributor

@dugdigg dugdigg commented Jan 14, 2016

Needed to change some arrays to strings to handle the new and improved Puppet.

@adamcstephens
Copy link
Contributor

This isn't about puppet4, this is about incorrectly documented python module README which says it is an array when it in fact is a manifest:

voxpupuli/puppet-python#162 (comment)

@everestx
Copy link

Puppet 3.x was converting the arrays to strings (somewhere), so this all worked great before upgrading to puppet 4.

Looks good!

dugdigg added a commit that referenced this pull request Jan 14, 2016
Puppet4 is much stricter about arrays and strings, make all strings
@dugdigg dugdigg merged commit c0909af into master Jan 14, 2016
@@ -3,7 +3,7 @@
$module,
$repo=None,
$version='present',
$install_args=[],
$install_args,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be a required parameter. Probably should be an undef.

@adamcstephens
Copy link
Contributor

Opened README PR for this change: voxpupuli/puppet-python#282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants