Commit 925672cc authored by Scotty Logan's avatar Scotty Logan
Browse files

try to avoid conflicts with the apt module installing apt-transport-https

parent c1b41a13
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -18,13 +18,9 @@ class base::apt(
  $sources,
) {

  package {
    [
      'apt',
      'apt-transport-https',
    ]:
    ensure => latest,
  }
  include stdlib

  ensure_packages(['apt', 'apt-transport-https'], { ensure => latest })

  class { 'apt':
    update  => {