Puppet: Fix indent in puppet.sh

refs #9453
This commit is contained in:
Eric Lippmann 2015-07-20 16:48:40 +02:00
parent a9bb42029c
commit cd4caf769b
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -e
if which puppet >/dev/null 2>&1; then
exit 0
exit 0
fi
RELEASEVER=$(rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release))
@ -20,7 +20,7 @@ esac
echo "Adding puppet repository.."
rpm --import "https://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs"
rpm -ivh $PUPPET >/dev/null
rpm -Uvh $PUPPET >/dev/null
echo "Installing puppet.."
yum install -y puppet >/dev/null