Fix lint issues to upgrade to puppet-lint 2.3

2017-07-20 14:36:24.858199 | manifests/type.pp:77:WARNING: arrow should be on the right operand's line

Change-Id: I2636acbb7d320a24924f11322df6b3dcbd5a04a1
This commit is contained in:
Carlos Camacho 2017-07-20 20:08:09 +02:00
parent 76109b8808
commit 38e5a1914f

View File

@ -74,8 +74,8 @@ define manila::type (
}
if ($set_value and $set_key) {
Exec["manila type-create ${volume_name} ${driver_handles_share_servers}"] ->
manila::type_set { $set_value:
require => Exec["manila type-create ${volume_name} ${driver_handles_share_servers}"],
type => $volume_name,
key => $set_key,
os_password => $os_password,