-
Notifications
You must be signed in to change notification settings - Fork 19
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
With new ruby (1.9.3) and puppet (3.2) the module does not work #1
Comments
@simondean Have you reviewed the patch? Confirm/denied the bug? @onyxmaster Maybe submit the patch as a github pull request? |
johnburns320
referenced
this issue
in johnburns320/puppet-net_share
Jan 13, 2014
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.
johnburns320
referenced
this issue
in johnburns320/puppet-net_share
Jan 13, 2014
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.
Aah, thank you! I was getting errors until I found this patch :)
|
👍 |
peterbeck
added a commit
to peterbeck/puppet-net_share
that referenced
this issue
May 7, 2016
Looks like this is never going to be fixed in this repo, well there are other forks =) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attaching patch that fixed it for me: The first change is harmless, the second one is backwards incompatible.
The text was updated successfully, but these errors were encountered: