ports/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node
Michael Moll 379d07557c sysutils/rubygem-smart_proxy_salt: update to 2.1.2
Differential Revision:	https://reviews.freebsd.org/D2568
Approved by:	mat (mentor)
2015-05-29 18:30:02 +00: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'