vagrant-librarian-chef 0.1.0 → 0.1.1

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: 0e9f3cbc24c33ba05d2e6d81dff49c9a64f30129
4
- data.tar.gz: 2bd72d43a4a3722139ddd5aae8c7e940b1cd68db
3
+ metadata.gz: 87b9655bfec43c191a3c08029880b779aa8420f9
4
+ data.tar.gz: f8b47fe1bd31dc1eb2a548dff931a32a0eedca01
5
5
  SHA512:
6
- metadata.gz: 66875978a48398ade12d140bf6b0868847a2856e6606835323e57b9da57b72a92f155a282528ce2719febbae0772ee32ec10c048049ce4292de9af8384ac00bd
7
- data.tar.gz: 1975f3c8a5e62edab974a2388f840d6957f61799e9b10bbe7f20eeb182c22186b6f142b8bbf505dd6e2ab800b96bcfa4fff59886a64b9857511f70bc3d369991
6
+ metadata.gz: 8596df1363950a860e3b2028f8d0aa1bc97914ba57eb4d7d4c291f474cbe47284b6ae39c69c92726e25e46a52e3a760ea919f8304d0c81d5494c15f6a308a509
7
+ data.tar.gz: d2d8bd823b292a5329fc1eb9f29e3970b4e6dcb57a3df998b5e65456e20775b8aff268104d2f7dbdbb01d5abd910ed2b450e0dc307ebca46d41627aa11e1c98b
@@ -17,7 +17,7 @@ module VagrantPlugins
17
17
  if FileTest.exist? File.join(env[:root_path], config.cheffile_path)
18
18
  env[:ui].info "Installing Chef cookbooks with Librarian-Chef..."
19
19
  environment = Librarian::Chef::Environment.new({
20
- :project_path => config.cheffile_dir
20
+ :project_path => File.join(env[:root_path], config.cheffile_dir)
21
21
  })
22
22
  Librarian::Action::Ensure.new(environment).run
23
23
  Librarian::Action::Resolve.new(environment).run
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module LibrarianChef
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-librarian-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Cuadra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-02 00:00:00.000000000 Z
11
+ date: 2013-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: librarian-chef