8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fadfd0 commit 075c754Copy full SHA for 075c754
salt/config.py
@@ -159,7 +159,7 @@ def minion_config(path):
159
'cachedir': '/var/cache/salt',
160
'cache_jobs': False,
161
'conf_file': path,
162
- 'sock_dir': os.path.join(tempfile.gettempdir(), '.salt-unix'),
+ 'sock_dir': '/var/run/salt',
163
'renderer': 'yaml_jinja',
164
'failhard': False,
165
'autoload_dynamic_modules': True,
@@ -255,7 +255,7 @@ def master_config(path):
255
'publish_port': '4505',
256
'user': 'root',
257
'worker_threads': 5,
258
259
'ret_port': '4506',
260
'timeout': 5,
261
'keep_jobs': 24,
0 commit comments