Skip to content

Commit 4f683d3

Browse files
adding changes from #132 to puppet7 script
1 parent 38cddbd commit 4f683d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install_puppet_7_agent.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ install_file() {
443443
info "installing puppetlabs apt repo with dpkg..."
444444
dpkg -i "$2"
445445
apt-get update -y
446+
apt-get install apt-transport-https ca-certificates -y
446447
if test "$version" = 'latest'; then
447448
apt-get install -y puppet-agent
448449
else

0 commit comments

Comments
 (0)