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

Changes for ruby 1.9.3 and puppet 3.x #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johnburns320
Copy link

Pull request submitting fix originally provided by @onyxmaster in Issue #1.

Ruby 1.9.3 no longer provides an each method for String objects.
Switching to use each_line method.

@onyxmaster submitted Issue #1 providing original fix.
Permissions property on the net_share type was trying to munge an array
of values using a collect method deprecated in Puppet 3.x.

Changed munge block on permissions property to treat each value as a
string.

@onyxmaster submitted Issue #1 providing original fix.
@NetworkBytes
Copy link

@simondean is this project still alive?
the Puppetforge module refers to a version incompatible with the later versions of Puppet

would you conciser transferring the ownership or fixing up the code?

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.

2 participants