Change verbose default to false

This commit changes the default of verbose to false
for openstack::all.
This commit is contained in:
Dan Bode
2012-05-22 10:04:14 -07:00
parent a335d0bc39
commit db70dbea02

View File

@@ -26,7 +26,7 @@ class openstack::all(
$glance_db_password = 'glance_pass',
$glance_user_password = 'glance_pass',
# config
$verbose = true,
$verbose = false,
$purge_nova_config = true,
$libvirt_type = 'kvm'
) {