Fix lint issues to upgrade to puppet-lint 2.3

2017-07-20 14:34:51.004847 | manifests/disable_admin_token_auth.pp:44:WARNING: arrow should be on the right operand's line

Change-Id: Ibdc9b05cfea8a54b7c5ae4c67d2228a072cc59e9
This commit is contained in:
Carlos Camacho 2017-07-20 20:04:23 +02:00
parent 94e3637bce
commit 1da3343ef8
1 changed files with 2 additions and 2 deletions

View File

@ -41,6 +41,6 @@ class keystone::disable_admin_token_auth {
tag => 'disable-admin-token-auth',
}
Ini_subsetting <| tag == 'disable-admin-token-auth' |> ~>
Exec<| name == 'restart_keystone' |>
Ini_subsetting <| tag == 'disable-admin-token-auth' |>
~> Exec<| name == 'restart_keystone' |>
}