Skip to content

Commit

Permalink
no need to install modules on your own
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Jun 7, 2024
1 parent e03dec5 commit 3a75a20
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

RSpec.configure do |c|
c.mock_with :rspec
end
# RSpec.configure do |c|
# c.mock_with :rspec
# end
require 'voxpupuli/acceptance/spec_helper_acceptance'
# require 'beaker-rspec/spec_helper'
# require 'beaker/puppet_install_helper'
Expand All @@ -26,7 +26,7 @@
# end
# end

configure_beaker do |host|
on host, puppet('module', 'install', 'puppetlabs-stdlib'), acceptable_exit_codes: [0, 1]
on host, puppet('module', 'install', 'puppetlabs-concat'), acceptable_exit_codes: [0, 1]
end
# configure_beaker do |host|
# on host, puppet('module', 'install', 'puppetlabs-stdlib'), acceptable_exit_codes: [0, 1]
# on host, puppet('module', 'install', 'puppetlabs-concat'), acceptable_exit_codes: [0, 1]
# end

0 comments on commit 3a75a20

Please sign in to comment.