Skip to content

Commit 130dd84

Browse files
committed
Fix test
1 parent d82000b commit 130dd84

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dist/profile/manifests/base.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737

3838
# Ensure the correct chain of dependencies for APT
39-
Apt::Source <| |> -> Apt::Ppa <| |> -> Class['apt::update'] -> Package <| title != 'gnupg' and title != 'python-software-properties' and title != 'software-properties-common' |>
39+
Apt::Source <| |> -> Apt::Ppa <| |> -> Class['apt::update'] -> Package <| title != 'gnupg' and title != 'python-software-properties' and title != 'software-properties-common' and title != 'apt-transport-https' |>
4040

4141
# Add main, universe, multiverse and restricted repositories
4242
# https://help.ubuntu.com/community/Repositories

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
hosts.each do |host|
2929
# Prepare host
3030
unless ENV['RS_PROVISION'] == 'no' || ENV['BEAKER_provision'] == 'no'
31-
# Fixes environment
32-
## the second run (without provisioning) fails because
33-
## /opt/puppetlabs is not in the path
34-
shell 'ln -fsn /root/.ssh/environment /etc/environment'
31+
#FIXME https://www.rubydoc.info/github/puppetlabs/beaker/Beaker%2FHostPrebuiltSteps%3Aset_env
3532

3633
# Configure role
3734
shell <<-EOS

0 commit comments

Comments
 (0)