ports/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node
Matthias Fechner edad6f28a5 sysutils/rubygem-smart_proxy_salt: update 2.1.9 -> 3.1.2
- Release adds Python 3 support to report upload script

Changes:        https://github.com/theforeman/smart_proxy_salt/commits/master

PR:             242761
Submitted by:   junovitch
2020-12-19 12:57:22 +00:00

11 lines
268 B
Text

--- bin/foreman-node.orig 2020-12-19 12:50:21 UTC
+++ bin/foreman-node
@@ -7,7 +7,7 @@
require 'yaml'
-settings_file = '/etc/salt/foreman.yaml'
+settings_file = '%%LOCALBASE%%/etc/salt/foreman.yaml'
SETTINGS = YAML.load_file(settings_file)
require 'net/http'