Skip to content

Commit

Permalink
Merge pull request #1631 from mihaibuzgau/master
Browse files Browse the repository at this point in the history
(RE-13304) add apt-transport-https to debian
  • Loading branch information
mattkirby committed Mar 11, 2020
2 parents cf24436 + 9cce987 commit df834d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/host_prebuilt_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module HostPrebuiltSteps
PSWINDOWS_PACKAGES = []
SLES10_PACKAGES = ['curl']
SLES_PACKAGES = ['curl', 'ntp']
DEBIAN_PACKAGES = ['curl', 'ntpdate', 'lsb-release']
DEBIAN_PACKAGES = ['curl', 'ntpdate', 'lsb-release', 'apt-transport-https']
CUMULUS_PACKAGES = ['curl', 'ntpdate']
SOLARIS10_PACKAGES = ['CSWcurl', 'CSWntp', 'wget']
SOLARIS11_PACKAGES = ['curl', 'ntp']
Expand Down

0 comments on commit df834d6

Please sign in to comment.