beaker-hostgenerator 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/beaker-hostgenerator/data.rb +6 -3
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59fb820dff01b4a31334cd2116845ca4cf5a2b619e8f7dab40bd211a4215c621
|
|
4
|
+
data.tar.gz: 63cab9731cf0848e99e566e669970717066956aaadf98dcf08d90f90c92b0662
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b9d48966609f97026e0001a0b70f7cbb1e17fb8402571ded781f88358f82bb2004a0ef9dd409db67e6ba627ae5add95490b6d0343b7c57bbb9c4fbaa74e0468
|
|
7
|
+
data.tar.gz: ce8612a7728be91052ad3707b812b3e420a7ed07602cc09e62e1feb93664e8ec6031bde7b5b0f71c134502377a617f89c41979a0230817f525b4a2182fea9328
|
|
@@ -514,7 +514,7 @@ module BeakerHostGenerator
|
|
|
514
514
|
'docker_image_commands' => [
|
|
515
515
|
'cp /bin/true /sbin/agetty',
|
|
516
516
|
'rm -f /usr/sbin/policy-rc.d',
|
|
517
|
-
'apt-get update && apt-get install -y cron locales-all net-tools wget'
|
|
517
|
+
'apt-get update && apt-get install -y cron locales-all net-tools wget apt-transport-https'
|
|
518
518
|
]
|
|
519
519
|
},
|
|
520
520
|
:vagrant => {
|
|
@@ -536,7 +536,7 @@ module BeakerHostGenerator
|
|
|
536
536
|
'docker_image_commands' => [
|
|
537
537
|
'cp /bin/true /sbin/agetty',
|
|
538
538
|
'rm -f /usr/sbin/policy-rc.d',
|
|
539
|
-
'apt-get update && apt-get install -y cron locales-all net-tools wget'
|
|
539
|
+
'apt-get update && apt-get install -y cron locales-all net-tools wget apt-transport-https'
|
|
540
540
|
]
|
|
541
541
|
}
|
|
542
542
|
},
|
|
@@ -549,7 +549,7 @@ module BeakerHostGenerator
|
|
|
549
549
|
'docker_image_commands' => [
|
|
550
550
|
'cp /bin/true /sbin/agetty',
|
|
551
551
|
'rm -f /usr/sbin/policy-rc.d',
|
|
552
|
-
'apt-get update && apt-get install -y cron locales-all net-tools wget systemd-sysv gnupg'
|
|
552
|
+
'apt-get update && apt-get install -y cron locales-all net-tools wget systemd-sysv gnupg apt-transport-https'
|
|
553
553
|
]
|
|
554
554
|
},
|
|
555
555
|
:vagrant => {
|
|
@@ -571,6 +571,9 @@ module BeakerHostGenerator
|
|
|
571
571
|
'apt-get update && apt-get install -y cron locales-all net-tools wget gnupg'
|
|
572
572
|
]
|
|
573
573
|
},
|
|
574
|
+
:vagrant => {
|
|
575
|
+
'box' => 'debian/buster64',
|
|
576
|
+
},
|
|
574
577
|
:vmpooler => {
|
|
575
578
|
'template' => 'debian-10-x86_64'
|
|
576
579
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beaker-hostgenerator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Branan Purvine-Riley
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-
|
|
13
|
+
date: 2020-03-09 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|