vagrant-invade 0.4.0 → 0.4.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: c16b7033c6270a5f452c2c2b4471a01b1b7ecc93
4
- data.tar.gz: 6bda2175ce3d5ba0b770ef39e96b5a67d79ce009
3
+ metadata.gz: 2d8dc66a95503e3e21f6fa59b13194e676c1af14
4
+ data.tar.gz: 5230af9758e5464712bff76c64eb4bda382041e0
5
5
  SHA512:
6
- metadata.gz: ac47faa4103c8cdc9afed1b24bbbf20dbcd7c8e2bcabee977581482642498f4117d87091de43cb663aecaea9efdd053afe31ba721f9b423d6baad345a8a22e7e
7
- data.tar.gz: 90b2415c3db43d9b148eeb52bd6b66c8828802089542a7d218659ce9379c80d4a4476c3d1b0ecb559b8dbc69cd3c595ba39db2ec965e4a87480216e32470e1ea
6
+ metadata.gz: 5a4e233301c996a26c91eeb8126a590a86495b1f005ee9c8fa61f9c3ebb7e490a72e8d53ba708eca64905e514d8220ab01485cf5656bf08767cc15720533d8a2
7
+ data.tar.gz: 65a51b0699633c08464dad4e043dd8c2901a095ee35ca43c0db27d032993d60058eaedafde946b1cce70124cf1c29ba3048d809c15db86400874261f2a82d883
data/invade.yml.dist CHANGED
@@ -65,12 +65,13 @@ machines:
65
65
  # enabled: true
66
66
 
67
67
  # r10k:
68
+ # enabled: true
68
69
  # puppet_dir: './puppet'
69
70
  # puppetfile_path: './puppet/Puppetfile'
70
71
  # module_path: './puppet/vendor'
71
- # modules: {
72
- # 'sql' => {
73
- # 'url' => 'https://github.com/example42/puppet-mysql.git',
74
- # 'version' => '2.1.5'
75
- # }
76
- # }
72
+ # modules:
73
+ # ssh:
74
+ # url: 'https://github.com/innogames/invade-puppet-ssh.git'
75
+ # sql:
76
+ # url: 'https://github.com/example42/puppet-mysql.git',
77
+ # version: '2.1.5'
@@ -35,7 +35,7 @@ module VagrantPlugins
35
35
  if @r10k_data['enabled'] && @r10k_data['modules']
36
36
 
37
37
  # Configured puppet dir must exists. Otherwise skip generating Puppetfile.
38
- unless Dir.exists?(@r10k['puppet_dir'])
38
+ unless Dir.exists?(@r10k_data['puppet_dir'])
39
39
  @ui.error("[Invade] Puppet dir '#{@r10k_data['puppet_dir']}' does not exists. Can't load specified modules.")
40
40
  else
41
41
  basic_modules = {
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Invade
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-invade
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lennart Stein