vagrant-orchestrate 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc05a7ce791712848c4eabc6b1f2dac74818bc87
4
- data.tar.gz: 3f54e38bd2bfb9f57b2f55b6a9fa8ddc2ab4fb39
3
+ metadata.gz: 9272488db149ae92a448f1338dc9fbc34827651a
4
+ data.tar.gz: a55eb060f9ed8a64a9e836906418cf7370b79188
5
5
  SHA512:
6
- metadata.gz: 286c92e818750020924142d1c5a7f6fde14d8848481c3b7cfe2a9189485548780a5962333be77fb2a58902131464f19716023f3ff2a90407dc8162006d82a7ea
7
- data.tar.gz: 45ad7a0068ae502e3de3bc76934119b967b0120e81c3f6e2052884efa95ac55603fda57693c6c6865c1f100fde45d8154164cc397593eb4c6aab9de869fdba92
6
+ metadata.gz: ed3c4b84dcadbf1c253d9a6e5c961e6130700e3a5f91e14cfdb2b672066f7ea340aec113a5f9c88b25b19d948a0aa1dbc014f3406be288b8967496a01167c33c
7
+ data.tar.gz: 487e3748e44e7b5610fab054f6e4db4e587e0d07d0b03b49cc8aaf74b079cc77852f7eb167f025faa4d9432710ca9b2397b5a739a2caf58af3e414f25d526294
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Orchestrate
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
@@ -152,7 +152,7 @@ describe VagrantPlugins::Orchestrate::Command::Init do
152
152
  it "declares a datadir contains a common.yaml file" do
153
153
  subject.execute
154
154
  hiera_obj = YAML.load(File.read(File.join(iso_env.cwd, "puppet", "hiera.yaml")))
155
- datadir = hiera_obj[:datadir]
155
+ datadir = hiera_obj[:yaml][:datadir]
156
156
  expect(datadir).to start_with("/vagrant")
157
157
  datadir_path = File.join(iso_env.cwd, datadir.sub("/vagrant/", ""))
158
158
  expect(datadir_path).to satisfy { |path| Dir.exist?(path) }
@@ -7,4 +7,4 @@
7
7
  - "common"
8
8
 
9
9
  :yaml:
10
- :datadir: '/vagrant/puppet/hieradata'
10
+ :datadir: '/vagrant/puppet/hieradata'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-orchestrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Baldauf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-19 00:00:00.000000000 Z
11
+ date: 2015-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler