diff --git a/centos_7_x.sh b/centos_7_x.sh index ec923da..ba5ec2c 100755 --- a/centos_7_x.sh +++ b/centos_7_x.sh @@ -2,8 +2,6 @@ # This bootstraps Puppet on CentOS 7.x # It has been tested on CentOS 7.0 64bit -set -e - REPO_URL="http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm" if [ "$EUID" -ne "0" ]; then