From d6f6ac2315c410fb16cc27f62bc63e65963132c1 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 8 Mar 2019 14:22:35 +0000 Subject: [PATCH] etc/profile.d/pdsh.sh --- etc/profile.d/pdsh.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/profile.d/pdsh.sh diff --git a/etc/profile.d/pdsh.sh b/etc/profile.d/pdsh.sh new file mode 100644 index 00000000..4ab3da4f --- /dev/null +++ b/etc/profile.d/pdsh.sh @@ -0,0 +1,3 @@ +which pdsh > /dev/null || return 0 +export PDSH_RCMD_TYPE=ssh +[ -r ~/.hosts.pdsh ] && export WCOLL=~/.hosts.pdsh -- 2.47.3