vagrant-hitch 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/lib/vagrant-hitch.rb CHANGED
@@ -114,7 +114,6 @@ module VagrantHitch
114
114
 
115
115
  config.vm.provision :puppet_server do |puppet|
116
116
  puppet.puppet_server = node_config['puppet_server']['server']
117
- puppet.puppet_node = node_config['hostname']
118
117
 
119
118
  # Setup Puppet Graphing
120
119
  if node_config['puppet_server']['options'].include?('--graph')
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
16
  gem.name = "vagrant-hitch"
17
17
  gem.require_paths = ["lib"]
18
- gem.version = "0.0.4"
18
+ gem.version = "0.0.5"
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-hitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: