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:
Takashi Kajinami
2025-03-09 01:32:51 +09:00
parent 165d665691
commit 79693d58b4

View File

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