Loading manifests/apt.pp +3 −7 Original line number Diff line number Diff line Loading @@ -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 => { Loading Loading
manifests/apt.pp +3 −7 Original line number Diff line number Diff line Loading @@ -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 => { Loading