Merge "Do not use “-y” for package install"

This commit is contained in:
Zuul 2017-11-24 09:34:02 +00:00 committed by Gerrit Code Review
commit 5afd301892
1 changed files with 2 additions and 2 deletions

View File

@ -701,8 +701,8 @@ Simulating gate tests
#. Provision this VM like so::
apt-get update \
&& apt-get upgrade -y \ # Kernel upgrade, as recommended by README, select to keep existing grub config
&& apt-get install -y git tmux vim \
&& apt-get upgrade \ # Kernel upgrade, as recommended by README, select to keep existing grub config
&& apt-get install git tmux vim \
&& git clone https://git.openstack.org/openstack-infra/system-config \
&& system-config/install_puppet.sh && system-config/install_modules.sh \
&& puppet apply \