vagrant-recipe 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,9 +13,9 @@ module VagrantPlugins
13
13
  plain = "sudo chef-solo -c #{vm.config.recipe.chef} -j #{vm.config.recipe.json} --override-runlist \"recipe[#{cmd}]\""
14
14
  command = ""
15
15
 
16
- command << add_env(vm.config.exec.env)
17
- command << add_bundler(vm.config.exec.bundler, plain)
18
- command << plain
16
+ command << add_env(vm.config.recipe.env)
17
+ command << add_bundler(vm.config.recipe.bundler, plain.to_str)
18
+ command << plain.to_str
19
19
 
20
20
  @logger.info("Executing recipe on remote machine: #{command}")
21
21
  env = vm.action(:ssh_run, ssh_run_command: command)
@@ -1,7 +1,7 @@
1
1
  module VagrantPlugins
2
2
  module Recipe
3
3
 
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
 
6
6
  end # Recipe
7
7
  end # VagrantPlugins
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-10-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aruba
16
- requirement: &23605620 !ruby/object:Gem::Requirement
16
+ requirement: &11485680 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *23605620
24
+ version_requirements: *11485680
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &23605200 !ruby/object:Gem::Requirement
27
+ requirement: &11485260 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *23605200
35
+ version_requirements: *11485260
36
36
  description: Vagrant plugin to execute chef recipes
37
37
  email: byraul@gmail.com
38
38
  executables: []