Fix new lint errors
Fix "WARNING: there should be a single space before '=>'" newly detected by new puppet-lint. Change-Id: I9849668e34e48adba48b9b486d81595a292b5b18
This commit is contained in:
@@ -31,9 +31,9 @@ class magnum::cinder (
|
||||
|
||||
magnum_config {
|
||||
'cinder/default_docker_volume_type': value => $default_docker_volume_type;
|
||||
'cinder/default_etcd_volume_type': value => $default_etcd_volume_type;
|
||||
'cinder/default_boot_volume_type': value => $default_boot_volume_type;
|
||||
'cinder/default_boot_volume_size': value => $default_boot_volume_size;
|
||||
'cinder/default_etcd_volume_type': value => $default_etcd_volume_type;
|
||||
'cinder/default_boot_volume_type': value => $default_boot_volume_type;
|
||||
'cinder/default_boot_volume_size': value => $default_boot_volume_size;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user