Merge "Add support for openSUSE Leap"

This commit is contained in:
Jenkins 2017-04-14 18:49:46 +00:00 committed by Gerrit Code Review
commit 4159604ba2
1 changed files with 1 additions and 4 deletions

View File

@ -229,10 +229,7 @@ EOF
}
function setup_puppet_opensuse {
local version=`grep -e "VERSION_ID" /etc/os-release | tr -d "\"" | cut -d "=" -f2`
zypper ar http://download.opensuse.org/repositories/systemsmanagement:/puppet/openSUSE_${version}/systemsmanagement:puppet.repo
zypper -v --gpg-auto-import-keys --no-gpg-checks -n ref
zypper --non-interactive in --force-resolution puppet
zypper -n in --force-resolution puppet
# Wipe out templatedir so we don't get warnings about it
sed -i '/templatedir/d' /etc/puppet/puppet.conf
}