Fix puppet-lint before upgrading gem

Removing puppet-lint warnings
in favor of upgrading to latest gem

2016-09-13 21:13:01.029817 | manifests/api.pp:221:WARNING: line has more than 140 characters

Change-Id: Iff0f9ac6d6de528b8ea2ff01f1bbbf164bde8bfc
This commit is contained in:
Carlos Camacho 2016-09-14 13:51:03 +02:00
parent 531be965cb
commit e321519dce

View File

@ -218,7 +218,9 @@ class watcher::api (
if $validate {
$defaults = {
'watcher-api' => {
# lint:ignore:140chars
'command' => "watcher --os-auth-url ${watcher_client_auth_url} --os-project-name ${watcher_client_project_name} --os-username ${watcher_client_username} --os-password ${watcher_client_password} goal list",
# lint:endignore
}
}
$validation_options_hash = merge($defaults, $validation_options)