mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- Release adds Python 3 support to report upload script Changes: https://github.com/theforeman/smart_proxy_salt/commits/master PR: 242761 Submitted by: junovitch
11 lines
268 B
Text
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'
|