forked from Lainports/freebsd-ports
11 lines
319 B
Text
11 lines
319 B
Text
--- bin/foreman-node.orig 2014-09-27 23:35:54.000000000 +0200
|
|
+++ bin/foreman-node 2014-09-27 23:39:19.000000000 +0200
|
|
@@ -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'
|