diff --git a/.fixtures.yml b/.fixtures.yml index f1a999633..e32420c38 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,6 +1,8 @@ fixtures: repositories: - apt: https://github.com/puppetlabs/puppetlabs-apt.git + apt: + repo: https://github.com/root-expert/puppetlabs-apt.git + branch: safe-facts archive: https://github.com/voxpupuli/puppet-archive.git augeas_core: https://github.com/puppetlabs/puppetlabs-augeas_core.git concat: https://github.com/puppetlabs/puppetlabs-concat.git diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index d3a6e23cf..1804fe815 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -5,6 +5,6 @@ require 'voxpupuli/acceptance/spec_helper_acceptance' -configure_beaker +configure_beaker(modules: :fixtures) Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f }