mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
11 lines
271 B
Text
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'
|