vagrant-librarian-puppet 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +4 -0
- data/Vagrantfile +0 -2
- data/lib/vagrant-librarian-puppet/action/librarian_puppet.rb +2 -2
- data/lib/vagrant-librarian-puppet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 09fd6c43642b2bcef5130b94ffa3b4b0eee62e51
|
4
|
+
data.tar.gz: b04d222e1d2b97457c3dfac4263baeeaa3778130
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9969b1474354fedb314ccfc198b4b52b84a5b35afe93a788e4099d463c8f414756fb8c96eeb8833d5e6443abdd81ade518922bdfd688d3eaa9177df96c1362ab
|
7
|
+
data.tar.gz: fe72c4bb47de866ca9acf32696dd76386270185f0ca40a7ae4573401d3a68789c92ee9507c30bd90526d08a1195564148f85f0b9942b1fc471b65beb604390b3
|
data/Gemfile
CHANGED
data/Vagrantfile
CHANGED
@@ -9,11 +9,11 @@ module VagrantPlugins
|
|
9
9
|
@app = app
|
10
10
|
@env = env
|
11
11
|
# Config#finalize! SHOULD be called automatically
|
12
|
-
env[:
|
12
|
+
env[:machine].config.librarian_puppet.finalize!
|
13
13
|
end
|
14
14
|
|
15
15
|
def call(env)
|
16
|
-
config = env[:
|
16
|
+
config = env[:machine].config.librarian_puppet
|
17
17
|
if
|
18
18
|
provisioned? and
|
19
19
|
File.exist? File.join(env[:root_path], config.puppetfile_path)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-librarian-puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Hahn
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: librarian-puppet
|