File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -232,18 +232,21 @@ simple tests against it after applying the module. You can run this
232232with:
233233
234234``` sh
235- BEAKER_setfile=debian11-64 bundle exec rake beaker
235+ BEAKER_PUPPET_COLLECTION=puppet7 BEAKER_setfile=debian11-64 bundle exec rake beaker
236236```
237237
238- You can replace the string ` debian10 ` with any common operating system.
238+ You can replace the string ` debian11 ` with any common operating system.
239239The following strings are known to work:
240240
241- * ubuntu1804
242241* ubuntu2004
243- * debian10
242+ * ubuntu2204
244243* debian11
245244* centos7
246245* centos8
246+ * centos9
247+ * almalinux8
248+ * almalinux9
249+ * fedora36
247250
248251For more information and tips & tricks, see [ voxpupuli-acceptance's documentation] ( https://github.com/voxpupuli/voxpupuli-acceptance#running-tests ) .
249252
Original file line number Diff line number Diff line change 22# Managed by modulesync - DO NOT EDIT
33# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44
5- modulesync_config_version : ' 6 .0.0'
5+ modulesync_config_version : ' 7 .0.0'
Original file line number Diff line number Diff line change 44source ENV [ 'GEM_SOURCE' ] || 'https://rubygems.org'
55
66group :test do
7- gem 'voxpupuli-test' , '~> 6 .0' , :require => false
7+ gem 'voxpupuli-test' , '~> 7 .0' , :require => false
88 gem 'coveralls' , :require => false
99 gem 'simplecov-console' , :require => false
1010 gem 'puppet_metadata' , '~> 3.0' , :require => false
Original file line number Diff line number Diff line change 1717 add_custom_fact name . to_sym , value
1818 end
1919end
20+ Dir [ './spec/support/spec/**/*.rb' ] . sort . each { |f | require f }
Original file line number Diff line number Diff line change 55
66require 'voxpupuli/acceptance/spec_helper_acceptance'
77
8- configure_beaker
8+ configure_beaker ( modules : :metadata )
99
1010Dir [ './spec/support/acceptance/**/*.rb' ] . sort . each { |f | require f }
You can’t perform that action at this time.
0 commit comments