We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 200adae + 6155e90 commit 025f937Copy full SHA for 025f937
tasks/install_puppetserver.sh
@@ -162,7 +162,7 @@ if [[ "$osfamily" == "debian" ]]; then
162
fi
163
164
if [[ "$osfamily" == "redhat" ]]; then
165
- 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"
166
rpm -Uvh puppet.rpm --quiet
167
yum install puppetserver -y --quiet
168
0 commit comments