opnsense-ports/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node
Franco Fichtner c43458aa62 */*: sync with upstream
Taken from: FreeBSD
2015-05-30 10:16:17 +02:00

11 lines
271 B
Text

--- bin/foreman-node.orig 2015-05-15 19:21:46 UTC
+++ bin/foreman-node
@@ -5,7 +5,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'