install-reddit: Put Cassandra package on hold.

apt-get upgrade will currently move Cassandra to 2.0 which will not work
currently.  This prevents accidental upgrades.
This commit is contained in:
Neil Williams
2015-07-09 13:52:29 -07:00
parent 7192f93231
commit 6a2a98d2ea

View File

@@ -184,6 +184,9 @@ sutro
libpcre3-dev
PACKAGES
# we don't want to upgrade to C* 2.0 yet, so we'll put it on hold
apt-mark hold cassandra
###############################################################################
# Wait for all the services to be up
###############################################################################