This repository was archived by the owner on May 5, 2023. It is now read-only.
File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -256,18 +256,20 @@ Beaker also supports docker containers. We also use that in our automated CI
256
256
pipeline at [ travis-ci] ( http://travis-ci.org ) . To use that instead of Vagrant:
257
257
258
258
``` sh
259
- PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=debian9 -64{hypervisor=docker} BEAKER_destroy=yes bundle exec rake beaker
259
+ PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_debug=true BEAKER_setfile=debian10 -64{hypervisor=docker} BEAKER_destroy=yes bundle exec rake beaker
260
260
```
261
261
262
- You can replace the string ` debian9 ` with any common operating system.
262
+ You can replace the string ` debian10 ` with any common operating system.
263
263
The following strings are known to work:
264
264
265
265
* ubuntu1604
266
266
* ubuntu1804
267
267
* debian8
268
268
* debian9
269
+ * debian10
269
270
* centos6
270
271
* centos7
272
+ * centos8
271
273
272
274
The easiest way to debug in a docker container is to open a shell:
273
275
Original file line number Diff line number Diff line change 1
- modulesync_config_version : ' 2.10.1 '
1
+ modulesync_config_version : ' 2.11.0 '
Original file line number Diff line number Diff line change 1
1
require : rubocop-rspec
2
2
AllCops :
3
- TargetRubyVersion : 2.1
3
+ # Puppet Server 5 defaults to jruby 1.7 so TargetRubyVersion must stay at 1.9 until we drop support for puppet 5
4
+ TargetRubyVersion : 1.9
4
5
Include :
5
6
- ./**/*.rb
6
7
Exclude :
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ group :system_tests do
62
62
gem 'rbnacl' , '>= 4' , :require => false
63
63
gem 'rbnacl-libsodium' , :require => false
64
64
gem 'bcrypt_pbkdf' , :require => false
65
+ gem 'ed25519' , :require => false
65
66
end
66
67
67
68
group :release do
You can’t perform that action at this time.
0 commit comments