suse: spell out zypper options in verbose fashion

This hopefully helps understanding whats going on without having
10+ years of SUSE experience.

Change-Id: I20ab35a17673b490ab65f3edb73e4e740f8e512e
This commit is contained in:
Dirk Mueller 2017-04-14 20:50:51 +02:00
parent 4159604ba2
commit 4c8f8dad38
1 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ EOF
}
function setup_puppet_opensuse {
zypper -n in --force-resolution puppet
zypper --non-interactive install --force-resolution puppet
# Wipe out templatedir so we don't get warnings about it
sed -i '/templatedir/d' /etc/puppet/puppet.conf
}
@ -265,7 +265,7 @@ function setup_pip {
fi
if is_opensuse; then
zypper --non-interactive in --force-resolution python python-xml
zypper --non-interactive install --force-resolution python python-xml
fi
python get-pip.py