Fix syntax error in Vagrantfile
The error was only triggered in verbose mode.
This commit is contained in:
committed by
Dan Bode
parent
d264b28b97
commit
7f025fd164
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -183,7 +183,7 @@ Vagrant::Config.run do |config|
|
||||
end
|
||||
|
||||
puppet_options = ["--certname=#{node_name}"]
|
||||
puppet_options.merge!({'--verbose', '--show_diff'}) if v_config['verbose']
|
||||
puppet_options.merge!(['--verbose', '--show_diff']) if v_config['verbose']
|
||||
|
||||
# configure hosts, install hiera
|
||||
# perform pre-steps that always need to occur
|
||||
|
||||
Reference in New Issue
Block a user