@@ -8,13 +8,16 @@ Configuration
88clush
99-----
1010
11- The following configuration file defines system-wide default values for
11+ The following configuration file defines global default values for
1212several *clush * tool parameters::
1313
14- /etc/clustershell/clush.conf
14+ $CLUSTERSHELL_CFGDIR/clush.conf
15+
16+ If *$CLUSTERSHELL_CFGDIR * is not defined, */etc/clustershell/clush.conf * will
17+ be used,
1518
16- *clush * settings might then be overridden per user if one of the following
17- files is found, in priority order::
19+ *clush * settings might then be overridden (globally, or per user) if one of the
20+ following files is found, in priority order::
1821
1922 $XDG_CONFIG_HOME/clustershell/clush.conf
2023 $HOME/.config/clustershell/clush.conf (only if $XDG_CONFIG_HOME is not defined)
@@ -126,13 +129,16 @@ ClusterShell loads *groups.conf* configuration files that define how to
126129obtain node groups configuration, ie. the way the library should access
127130file-based or external node group **sources **.
128131
129- The following configuration file defines system-wide default values for
132+ The following configuration file defines global default values for
130133*groups.conf *::
131134
132- /etc/clustershell/groups.conf
135+ $CLUSTERSHELL_CFGDIR/groups.conf
136+
137+ If *$CLUSTERSHELL_CFGDIR * is not defined, */etc/clustershell/groups.conf * will
138+ be used,
133139
134- *groups.conf * settings might then be overridden per user if one of the
135- following files is found, in priority order::
140+ *groups.conf * settings might then be overridden (globally, or per user) if one
141+ of the following files is found, in priority order::
136142
137143 $XDG_CONFIG_HOME/clustershell/groups.conf
138144 $HOME/.config/clustershell/groups.conf (only if $XDG_CONFIG_HOME is not defined)
@@ -545,10 +551,13 @@ in *defaults.conf*.
545551
546552The following configuration file defines ClusterShell system-wide defaults::
547553
548- /etc/clustershell /defaults.conf
554+ $CLUSTERSHELL_CFGDIR /defaults.conf
549555
550- *defaults.conf * settings might then be overridden per user if one of the
551- following files is found, in priority order::
556+ If *$CLUSTERSHELL_CFGDIR * is not defined, */etc/clustershell/defaults.conf *
557+ will be used,
558+
559+ *defaults.conf * settings might then be overridden (globally, or per user) if
560+ one of the following files is found, in priority order::
552561
553562 $XDG_CONFIG_HOME/clustershell/defaults.conf
554563 $HOME/.config/clustershell/defaults.conf (only if $XDG_CONFIG_HOME is not defined)
0 commit comments