image_builder 0.0.9 → 0.0.10
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/bin/image_builder +1 -1
- data/lib/image_builder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b2463f606b3ccf00cf2d74b75194b598f836e83
|
|
4
|
+
data.tar.gz: 68748f932594bf39ad12cdc4a78f679f9f01176e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a8df915997bfd052aaf99633b8c84ca53183f783285707d61c23775a252a666ae655f7da239f49061d1862eba6c70a9c3fedb01e0f2c3bc7d8fd67435d34043
|
|
7
|
+
data.tar.gz: e9d094257a4481c96c8154c7534c3f6f412f9c7550a2300e39846a2dfe9fa99508c7d151af73d83f1ccc8d08ea99f11df7dc9015c293d15fc63c3983357cd4c9
|
data/bin/image_builder
CHANGED
|
@@ -177,7 +177,7 @@ Commander.configure do
|
|
|
177
177
|
c.option '--ami-description DESC', String, 'A description of the ami'
|
|
178
178
|
c.option '--cleanup-run-list RUN_LIST', Array, 'A run-list used to clean up the provisioned node before AMI creation'
|
|
179
179
|
c.option '--[no-]vagrant-box', 'Create a Vagrant box defintion after the build completes'
|
|
180
|
-
c.option '--chef-version', String, 'chef-client version to
|
|
180
|
+
c.option '--chef-version VERSION', String, 'chef-client version to install. If not given, will use the latest version'
|
|
181
181
|
|
|
182
182
|
c.action do |_args, options|
|
|
183
183
|
options.default vagrant_box: false
|