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 +0 -1
- data/vagrant-hitch.gemspec +1 -1
- metadata +1 -1
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')
|
data/vagrant-hitch.gemspec
CHANGED