vagrant-smartos-zones 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/Vagrantfile +1 -1
- data/lib/vagrant/smartos/zones/commands/multi_command.rb +2 -2
- data/lib/vagrant/smartos/zones/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0038ac32432813ee7e79f6ae55af99aae70443a
|
4
|
+
data.tar.gz: 354fbbacfc3b7e12a628829258a8735ddca410b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4718fe31ebad53f0e65ac2ea93d2583472423268a625d3ed7fa1ff1b8cc04ce438a4abee48a3f9e0359fdaee536795fce1a61c160a491362d3044bfed9fd7525
|
7
|
+
data.tar.gz: b7a1098ab934fd020a73273bb4e2c555410e91af1d786689c2aac5d88a08d24672f4c060ff0d372a61ed235ddacca933d9ae55c0e10f67a2e6588e652fb0729e
|
data/README.md
CHANGED
@@ -327,7 +327,7 @@ Any success of this project depends heavily on the work of others,
|
|
327
327
|
which I've either learned from or pulled in directly.
|
328
328
|
|
329
329
|
* https://github.com/joshado/vagrant-smartos - Vagrant plugin for
|
330
|
-
managing zones on a global zone running on an
|
330
|
+
managing zones on a global zone running on an arbitrary IP.
|
331
331
|
* https://github.com/groundwater/vagrant-smartos - Scripts for
|
332
332
|
creating stand-alone boxes where GZ networking is twerked to pretend
|
333
333
|
that the local zone is the only thing in the box.
|
data/Vagrantfile
CHANGED
@@ -17,7 +17,7 @@ Vagrant.configure('2') do |config|
|
|
17
17
|
|
18
18
|
config.zone.name = 'base64'
|
19
19
|
config.zone.brand = 'joyent'
|
20
|
-
config.zone.image = '
|
20
|
+
config.zone.image = '842e6fa6-6e9b-11e5-8402-1b490459e334'
|
21
21
|
config.zone.memory = 1536
|
22
22
|
config.zone.disk_size = 5
|
23
23
|
|
@@ -29,7 +29,7 @@ module Vagrant
|
|
29
29
|
command_method = subcommands.find { |c| c == command }
|
30
30
|
|
31
31
|
unless command_method
|
32
|
-
ui.warn option_parser.to_s, prefix: false
|
32
|
+
@env.ui.warn option_parser.to_s, prefix: false
|
33
33
|
exit 1
|
34
34
|
end
|
35
35
|
|
@@ -38,7 +38,7 @@ module Vagrant
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def fail_options!
|
41
|
-
ui.warn option_parser.to_s, prefix: false
|
41
|
+
@env.ui.warn option_parser.to_s, prefix: false
|
42
42
|
exit 1
|
43
43
|
end
|
44
44
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-smartos-zones
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Saxby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: netaddr
|
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
182
|
version: '0'
|
183
183
|
requirements: []
|
184
184
|
rubyforge_project:
|
185
|
-
rubygems_version: 2.
|
185
|
+
rubygems_version: 2.4.5.1
|
186
186
|
signing_key:
|
187
187
|
specification_version: 4
|
188
188
|
summary: Manage SmartOS zones in Vagrant
|