Files
guru/sys-cluster/pcs/files/remove-ruby-bundle-path.patch
Alessandro Barbieri 6eb0e7e6ae sys-cluster/pcs: scrub patch
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-04-21 03:51:18 +02:00

12 lines
313 B
Diff

--- a/pcs/settings_default.py
+++ b/pcs/settings_default.py
@@ -81,7 +81,7 @@
])
# Set pcsd_gem_path to None if there are no bundled ruby gems and the path does
# not exists.
-pcsd_gem_path = "vendor/bundle/ruby"
+pcsd_gem_path = ""
ruby_executable = "/usr/bin/ruby"
gui_session_lifetime_seconds = 60 * 60