Skip to content

Commit 025f937

Browse files
authored
Merge pull request #208 from coreymbe/MAINT-install_puppetserver_task
2 parents 200adae + 6155e90 commit 025f937

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)