Fix lint issues to upgrade to puppet-lint 2.3

2017-07-20 14:30:25.290766 | manifests/keystone/auth.pp:89:WARNING: arrow should be on the right operand's line

Change-Id: I930a4e97b759798e6efb565ba18898f7023cd570
This commit is contained in:
Carlos Camacho 2017-07-20 20:00:57 +02:00
parent bdd17dc040
commit d1ab8b7e05
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ class ec2api::keystone::auth (
}
if $configure_endpoint {
Keystone_endpoint["${region}/${real_service_name}::${service_type}"] ~>
Anchor['ec2api::service::end']
Keystone_endpoint["${region}/${real_service_name}::${service_type}"]
~> Anchor['ec2api::service::end']
}
keystone::resource::service_identity { 'ec2api':