summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node
blob: bf841f2d29d8a5af0eeb0f4ed2e5b595ea8e9958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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'