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 34110be + 60d8584 commit 38cddbdCopy full SHA for 38cddbd
install_puppet_5_agent.sh
@@ -438,6 +438,7 @@ install_file() {
438
info "installing puppetlabs apt repo with dpkg..."
439
dpkg -i "$2"
440
apt-get update -y
441
+ apt-get install apt-transport-https ca-certificates -y
442
if test "$version" = 'latest'; then
443
apt-get install -y puppet-agent
444
else
install_puppet_6_agent.sh
@@ -443,6 +443,7 @@ install_file() {
445
446
447
448
449
0 commit comments