summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-smart_proxy_salt/files/patch-bin-foreman-node
blob: eb3714b4bd3c362e13c7cbf306359e2f8078b046 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bin/foreman-node.orig	2020-12-19 12:50:21 UTC
+++ bin/foreman-node
@@ -7,7 +7,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'