Skip to content

Commit

Permalink
change SALT_MASTER_CONFIG to /etc/salt/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tamcore authored and mmoll committed Mar 16, 2018
1 parent b94e8c2 commit 026fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/foreman-node
Expand Up @@ -72,7 +72,7 @@ import salt.runner
if __name__ == '__main__':
__opts__ = salt.config.master_config(
os.environ.get('SALT_MASTER_CONFIG', '/etc/salt/minion'))
os.environ.get('SALT_MASTER_CONFIG', '/etc/salt/master'))
runner = salt.runner.Runner(__opts__)
stdout_bak = sys.stdout
Expand Down

0 comments on commit 026fd9b

Please sign in to comment.