vagrant-invade 0.5.3 → 0.5.4

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: 7d25e9526d6edee7a15b06b1080b85d7126826f5
4
- data.tar.gz: 6cc80349437e6fd591d11fae2b884517fee087db
3
+ metadata.gz: 21d5eedf9af846d80f90b6d12e3881e798ac176d
4
+ data.tar.gz: 0217e72eb37004b9b95616c485a0ce4321e14d74
5
5
  SHA512:
6
- metadata.gz: 0d781fc9b3831da6001fad7c6692f271015ee18f40cbf75ae27d39708fc100a2d3a7da8b594b3b24e69fb02982f7629fc2959ea3350570dc9733a9ea5f43529d
7
- data.tar.gz: 866af7ab36fe84a1328b4ab141482c05f664be58a12740789f8c1c69b77e038ce08a9cca378418198ca428802aeaf147cd251ad55a9ef50c112c0a129d45dc7d
6
+ metadata.gz: b53bc90e156d8517a3d21a4b4cda46f6c1b0089cca4714b36be32b52e7750fb0c0b9447969e49568a6c2f3ce5105d5974a073b5b1d678486212c845ef7e4f56d
7
+ data.tar.gz: 67dc82d63e97bb214bcdcf6bc44e75c53b2699450226be438293ee8dd8d105b507df2c4f955b5078406a79cb812811db6504918095b1da32d0863bdb0b8062a0
data/Gemfile.lock CHANGED
@@ -30,7 +30,7 @@ GIT
30
30
  PATH
31
31
  remote: .
32
32
  specs:
33
- vagrant-invade (0.5.3)
33
+ vagrant-invade (0.5.4)
34
34
 
35
35
  GEM
36
36
  remote: https://rubygems.org/
data/invade.yml.dist CHANGED
@@ -1,6 +1,9 @@
1
1
  invade:
2
2
  # debug: true
3
3
 
4
+ #hostmanager:
5
+ # enabled: true
6
+
4
7
  # Machine settings. Each entry is one box
5
8
  machines:
6
9
 
@@ -72,23 +75,22 @@ machines:
72
75
  # apt_update: true
73
76
 
74
77
  plugin:
75
- hostmanager:
76
- enabled: true
77
- aliases:
78
- - my-1337-project.local
79
-
80
- # winnfsd:
81
- # enabled: true
82
- # loggin: false
83
-
84
- # r10k:
85
- # enabled: true
86
- # puppet_dir: 'puppet'
87
- # puppetfile_path: 'puppet/Puppetfile'
88
- # module_path: 'puppet/vendor'
89
- # modules:
90
- # ssh:
91
- # url: 'https://github.com/innogames/invade-puppet-ssh.git'
92
- # mysql:
93
- # url: 'https://github.com/example42/puppet-mysql.git'
94
- # version: '2.1.5'
78
+ #hostmanager:
79
+ # aliases:
80
+ # - my-1337-project.local
81
+
82
+ #winnfsd:
83
+ # enabled: true
84
+ # loggin: false
85
+
86
+ #r10k:
87
+ # enabled: true
88
+ # puppet_dir: 'puppet'
89
+ # puppetfile_path: 'puppet/Puppetfile'
90
+ # module_path: 'puppet/vendor'
91
+ # modules:
92
+ # ssh:
93
+ # url: 'https://github.com/innogames/invade-puppet-ssh.git'
94
+ # mysql:
95
+ # url: 'https://github.com/example42/puppet-mysql.git'
96
+ # version: '2.1.5'
@@ -8,7 +8,7 @@ module VagrantPlugins
8
8
  attr_accessor :hostmanager
9
9
 
10
10
  DEFAULT = {
11
- 'enabled' => true,
11
+ 'enabled' => false,
12
12
  'manage_host' => true,
13
13
  'manage_guest' => true,
14
14
  'ignore_private_ip' => false,
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Invade
3
- VERSION = '0.5.3'
3
+ VERSION = '0.5.4'
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.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lennart Stein