vagrant-mos 0.9.26 → 0.9.27

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57be0c6f5eff6eefeb4afd72af71c74a7e6fc461
4
- data.tar.gz: 300d5ec646c56cca793c29aea0eccc2f4ea85cae
3
+ metadata.gz: 69dfdf869d50ee3fdc0750f3ec2adf73158b6d48
4
+ data.tar.gz: 44b91937be73a62e8315f7d514899415a74c4f21
5
5
  SHA512:
6
- metadata.gz: f9551652c353461ca1fa4ebcbb753e3747a69909081490d658fe6ea6f366ad20dbf86788a46cb77aaec31ddd012495698231dc5c008bc12e0071d81b5167843a
7
- data.tar.gz: 2dc8807b52aa2ef982a299026fb6df6aadfb13667c8de4bc5b01a45f1e85bcf4cc1a58b6a591f2ea3659f71625bd709e71703cbffefb6671442c103c17d671e7
6
+ metadata.gz: 28d2d3ab07aeec2ae452a93e90b24c1391c5edece0867a37ec247775f0cceb72f2def6ab2ffbe5435aa75b41befe65551b6aa8837b845a3137ae4070b366e4bb
7
+ data.tar.gz: 0a1b58af1796cb11699670dfaf32ea713a31daad499ae566a6520f6301ea06f1b890e1a7555b0e47994430b71401ed7571d1c83f954cfb3fad88b7ef9eeb7810
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.9.26'
3
+ VERSION = '0.9.27'
4
4
  end
5
5
  end
@@ -45,11 +45,7 @@ describe VagrantPlugins::MOS::Config do
45
45
  instance.send(attribute).should == "foo"
46
46
  end
47
47
  end
48
- it "should not default security_groups if overridden" do
49
- instance.security_groups = "foo"
50
- instance.finalize!
51
- instance.security_groups.should == ["foo"]
52
- end
48
+
53
49
  end
54
50
 
55
51
  describe "getting credentials from environment" do
@@ -0,0 +1,5 @@
1
+ Vagrant.configure("2") do |config|
2
+ config.vm.provider "mos" do |mos|
3
+ mos.region_config "<%= region %>", template_id: "<%= template_id %>"
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.26
4
+ version: 0.9.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009
@@ -124,6 +124,7 @@ files:
124
124
  - mos.box
125
125
  - spec/vagrant-mos/config_spec.rb
126
126
  - templates/metadata.json.erb
127
+ - templates/vagrant-mos_package_Vagrantfile.erb
127
128
  - vagrant-mos.gemspec
128
129
  homepage: http://www.vagrantup.com
129
130
  licenses: