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 9e6617d commit 154c9ccCopy full SHA for 154c9cc
lib/ClusterShell/Defaults.py
@@ -92,7 +92,7 @@ def _distant_workerclass(defaults):
92
def config_paths(config_name):
93
"""Return default path list for a ClusterShell config file name."""
94
return [os.path.join(os.environ.get('CLUSTERSHELL_CFGDIR',
95
- '/etc/clustershell/%s'),
+ '/etc/clustershell'),
96
config_name), # global config file
97
# default pip --user config file
98
os.path.expanduser('~/.local/etc/clustershell/%s' % config_name),
0 commit comments