set default verbose to False

It should default to false to be consistent with
cinder defaults and the default of the other
openstack modules.
This commit is contained in:
Dan Bode 2012-10-29 12:54:54 -07:00
parent 8b07e8a111
commit 104baec9ea

View File

@ -11,7 +11,7 @@ class cinder::base (
$rabbit_virtual_host = '/',
$rabbit_userid = 'nova',
$package_ensure = 'present',
$verbose = 'True'
$verbose = 'False'
) {
include cinder::params