-
Notifications
You must be signed in to change notification settings - Fork 610
(FM-486) Fix deprecated Puppet::Util::SUIDManager.run_and_capture #320
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
Conversation
|
Merged build triggered. |
|
test this please |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Test FAILed. |
|
test this please |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Test PASSed. |
Puppet::Util::SUIDManager.run_and_capture recently changed to Execution.execute, switch before it blows up and stops working.
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Test PASSed. |
|
Thanks for this! |
(FM-486) Fix deprecated Puppet::Util::SUIDManager.run_and_capture
|
This deprecation occurred in puppet version 3.4.0. The comparison in this fix is to version 4. I have puppet 3.4.1 and I'm still receiving the warning in lib/puppet/provider/postgresql_psql/ruby.rb:79 |
Puppet::Util::SUIDManager.run_and_capture recently changed to
Execution.execute, switch before it blows up and stops working.