Skip to content

Commit

Permalink
Merge pull request #208 from coreymbe/MAINT-install_puppetserver_task
Browse files Browse the repository at this point in the history
  • Loading branch information
chelnak authored May 2, 2023
2 parents 200adae + 6155e90 commit 025f937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_puppetserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if [[ "$osfamily" == "debian" ]]; then
fi

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

0 comments on commit 025f937

Please sign in to comment.