-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Crossport hash.rb from elastic/puppet-elasticsearch #41
Conversation
a1a96b0
to
b1ef58c
Compare
Tried for hours - can't reproduce the issue in Travis CI. I'm pretty sure that it isn't related to this PR. |
Thank you @baurmatt, i have same issue:
And every puppet run the file changing to |
@tylerjl can you check the CI please ? |
I don't have merge permissions here... also, tests fail (probably not related to this PR). |
Sorry but I have no clue about what this is about?
Br Thomas
…On Mon, 30 Mar 2020, 14:21 Michael Moll, ***@***.***> wrote:
I don't have merge permissions here... also, tests fail (probably not
related to this PR).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL6IS67BEUZKN6VU75LA7XLRKCFFFANCNFSM4KWSFPIA>
.
|
Hey @fatmcgav, I've seen you doing a lot of work at puppet-elasticsearch. Any chance you could take a look at this? Thank you! :) |
Any chance this can get a push to see if its still viable? This is an issue for us as well, very sad to see it take over 2 years to copy a file, is there a way to help move this along? |
Rebasing on current master would be a good start. |
acee60d
to
088d5a7
Compare
Sure! :) Looking forward to get this finally merged! :) |
hash.rb is also used in elastic/puppet-elasticsearch. The files are currently not the same which leads to environment leaking errors due to the module being a PuppetX function. This copies the content of the file form elastic/puppet-elasticsearch to get around the environment leaking for now.
088d5a7
to
c18fd9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hash.rb is also used in elastic/puppet-elasticsearch. The files are
currently not the same which leads to environment leaking errors due to
the module being a PuppetX function.
This copies the content of the file form elastic/puppet-elasticsearch to
get around the environment leaking for now.
Pull request acceptance prerequisites: