Skip to content

Commit 38cddbd

Browse files
Merge pull request #132 from chrisd1997/master
Added `apt-transport-https` and `ca-certificates`
2 parents 34110be + 60d8584 commit 38cddbd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install_puppet_5_agent.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ install_file() {
438438
info "installing puppetlabs apt repo with dpkg..."
439439
dpkg -i "$2"
440440
apt-get update -y
441+
apt-get install apt-transport-https ca-certificates -y
441442
if test "$version" = 'latest'; then
442443
apt-get install -y puppet-agent
443444
else

install_puppet_6_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)