Fix syntax error in Vagrantfile

The error was only triggered in verbose mode.
This commit is contained in:
Francois Deppierraz
2013-04-02 11:11:36 +02:00
committed by Dan Bode
parent d264b28b97
commit 7f025fd164

2
Vagrantfile vendored
View File

@@ -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