From 28900fdf58551859ff32a3336491d8dde0f69162 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Wed, 14 Sep 2016 14:09:12 +0200 Subject: [PATCH] Fix puppet-lint before upgrading gem Removing puppet-lint warnings in favor of upgrading to latest gem 2016-09-13 21:11:00.804153 | manifests/api.pp:196:WARNING: line has more than 140 characters Change-Id: I1b81576d5387769f6e48c970bff386e3dab32f32 --- manifests/api.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/api.pp b/manifests/api.pp index d37b152e..f582e457 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -193,7 +193,8 @@ class aodh::api ( # we need to make sure aodh-api/eventlet is stopped before trying to start apache Service['aodh-api'] -> Service[$service_name] } else { - fail('Invalid service_name. Either aodh/openstack-aodh-api for running as a standalone service, or httpd for being run by a httpd server') + fail('Invalid service_name. Either aodh/openstack-aodh-api for running \ + as a standalone service, or httpd for being run by a httpd server') } aodh_config {