From: Boris Ranto Date: Wed, 17 Aug 2016 09:35:07 +0000 (+0200) Subject: calamari-server-trusty: Install multitee before we use it X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=caef09b78e425d4334414bd670eb1ed3317d755b;p=ceph-build.git calamari-server-trusty: Install multitee before we use it Signed-off-by: Boris Ranto --- diff --git a/calamari-server-trusty/build/build b/calamari-server-trusty/build/build index 8378f7c9..6804c664 100644 --- a/calamari-server-trusty/build/build +++ b/calamari-server-trusty/build/build @@ -8,7 +8,7 @@ sudo add-apt-repository -y ppa:saltstack/salt sudo apt-get update wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add - ssh-keyscan $(hostname -f)| sudo tee -a /root/.ssh/known_hosts -sudo apt-get -y install salt-minion salt-common python-jinja2 +sudo apt-get -y install salt-minion salt-common python-jinja2 multitee sudo salt-call --local --file-root=$(pwd)/vagrant/trusty-build/salt/roots state.highstate | multitee 0-1,4 4>/tmp/${BUILD_TAG}.out