-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modulesync 7.3.0 #32
base: master
Are you sure you want to change the base?
modulesync 7.3.0 #32
Conversation
57807de
to
53def34
Compare
868283b
to
39d6ab1
Compare
39d6ab1
to
e08a24c
Compare
spec/spec_helper_acceptance.rb
Outdated
install_module_on(hosts) | ||
install_module_dependencies_on(hosts) | ||
# require 'beaker_puppet_helpers' | ||
install_puppet_module_via_pmt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ekohl Could you give me a clue as to what the modern way of installing modules and their dependencies on all hosts is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# frozen_string_literal: true
require 'voxpupuli/acceptance/spec_helper_acceptance'
configure_beaker do |host|
install_puppet_module_via_pmt_on(host, 'puppetlabs-apache')
end
this will install the module itself, all deps from metadata.json + puppetlabs-apache.
56ce57e
to
64009f0
Compare
64009f0
to
8a4b68a
Compare
modulesync 4.2.0