Skip to content

Commit 6155e90

Browse files
committed
(MAINT) Support Puppet 8
1 parent 200adae commit 6155e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_puppetserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if [[ "$osfamily" == "debian" ]]; then
162162
fi
163163

164164
if [[ "$osfamily" == "redhat" ]]; then
165-
run_cmd "curl -o puppet.rpm http://yum.puppetlabs.com/${collection}/${collection}-release-el-${major_version}.noarch.rpm"
165+
run_cmd "curl -o puppet.rpm http://yum.puppetlabs.com/${collection}-release-el-${major_version}.noarch.rpm"
166166
rpm -Uvh puppet.rpm --quiet
167167
yum install puppetserver -y --quiet
168168
fi

0 commit comments

Comments
 (0)