summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-07-28 11:21:38 +1000
committerMartin Schwenke <martin@meltin.net>2014-07-28 11:21:38 +1000
commitd80bf18664677853232726284303014c890cfc4e (patch)
tree27728be9639270c5c1c9aeaaa34c84680df5c1a8
parent2485d7d1ca3a1a21badb1b14bd45c84cdacca8f2 (diff)
downloadautocluster-d80bf18664677853232726284303014c890cfc4e.tar.gz
autocluster-d80bf18664677853232726284303014c890cfc4e.tar.xz
autocluster-d80bf18664677853232726284303014c890cfc4e.zip
NAS packages: Attempt to install samba-winbind packages
Some Samba packaging schemes have the winbind pieces in different packages, so try to install those too. There's no check for failures, so this is harmless (apart from warning messages) when the packages don't exist. Signed-off-by: Martin Schwenke <martin@meltin.net>
-rwxr-xr-xbase/all/root/scripts/install_nas.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/all/root/scripts/install_nas.sh b/base/all/root/scripts/install_nas.sh
index 32425ec..05482f0 100755
--- a/base/all/root/scripts/install_nas.sh
+++ b/base/all/root/scripts/install_nas.sh
@@ -7,7 +7,9 @@ echo "Installing ctdb packages"
yum -y install ctdb ctdb-debuginfo ctdb-devel ctdb-tests
echo "Installing samba packages"
-yum -y install samba samba-debuginfo samba-client samba-doc
+yum -y install \
+ samba samba-debuginfo samba-client samba-doc \
+ samba-winbind samba-winbind-clients
echo "Installing rssh"
yum -y install rssh