Apply undef default for sensitive data

Apply undef value as default value for sensitive data like
token, secret_uuid, etc...

related #1
This commit is contained in:
Yanis Guenane
2014-03-18 23:06:25 -04:00
committed by Emilien Macchi
parent 57c387d48d
commit 4c5e65ca61
6 changed files with 8 additions and 36 deletions

View File

@@ -57,7 +57,7 @@ class cloud::volume::storage(
$ks_cinder_password = 'secrete',
$cinder_rbd_pool = 'volumes',
$cinder_rbd_user = 'cinder',
$cinder_rbd_secret_uuid = '4a158d27-f750-41d5-9e7f-26ce4c9d2d45',
$cinder_rbd_secret_uuid = undef,
$cinder_rbd_conf = '/etc/ceph/ceph.conf',
$cinder_rbd_flatten_volume_from_snapshot = false,
$cinder_rbd_max_clone_depth = '5',