vagrant-recipe 0.1.2 → 0.1.3
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.
|
@@ -14,8 +14,8 @@ module VagrantPlugins
|
|
|
14
14
|
command = ""
|
|
15
15
|
|
|
16
16
|
command << add_env(vm.config.recipe.env)
|
|
17
|
-
command << add_bundler(vm.config.recipe.bundler, plain
|
|
18
|
-
command << plain
|
|
17
|
+
#command << add_bundler(vm.config.recipe.bundler, plain)
|
|
18
|
+
command << plain
|
|
19
19
|
|
|
20
20
|
@logger.info("Executing recipe on remote machine: #{command}")
|
|
21
21
|
env = vm.action(:ssh_run, ssh_run_command: command)
|
|
@@ -5,12 +5,12 @@ module VagrantPlugins
|
|
|
5
5
|
name 'Vagrant Recipe'
|
|
6
6
|
description 'Plugin allows to execute a chef recipe.'
|
|
7
7
|
|
|
8
|
-
config
|
|
8
|
+
config :recipe do
|
|
9
9
|
require_relative 'config'
|
|
10
10
|
Config
|
|
11
11
|
end
|
|
12
12
|
|
|
13
|
-
command
|
|
13
|
+
command :recipe do
|
|
14
14
|
require_relative 'command'
|
|
15
15
|
Command
|
|
16
16
|
end
|
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.
|
|
4
|
+
version: 0.1.3
|
|
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: &
|
|
16
|
+
requirement: &9540320 !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: *
|
|
24
|
+
version_requirements: *9540320
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rake
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &9539900 !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: *
|
|
35
|
+
version_requirements: *9539900
|
|
36
36
|
description: Vagrant plugin to execute chef recipes
|
|
37
37
|
email: byraul@gmail.com
|
|
38
38
|
executables: []
|