From 30cf625c5dce1e18553235a1b24f61fa082e9f62 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Wed, 27 Jul 2016 16:13:22 +0300 Subject: [PATCH] Remove new lines at the end of file After patch Ia2498bdb0f7c310ec3d2c2f11f5d3fc08c8b352c now is possible to run check for yaml and shell syntax. This patch is oriented to fix some similar error reported in yaml syntax check. Change-Id: If78fb0b5b906d38282ed48745ff77d2245e31407 --- murano-apps/LbaaSLibrary/package/Classes/LoadBalancer.yaml | 2 +- murano-apps/LbaaSLibrary/package/manifest.yaml | 2 +- murano-apps/Puppet/package/Resources/scripts/install/hiera.yaml | 2 +- .../Puppet/package/Resources/scripts/install/murano.yaml | 2 +- murano-apps/Puppet/package/manifest.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/murano-apps/LbaaSLibrary/package/Classes/LoadBalancer.yaml b/murano-apps/LbaaSLibrary/package/Classes/LoadBalancer.yaml index 363c505..f2f3b3a 100644 --- a/murano-apps/LbaaSLibrary/package/Classes/LoadBalancer.yaml +++ b/murano-apps/LbaaSLibrary/package/Classes/LoadBalancer.yaml @@ -54,4 +54,4 @@ Methods: - $.listeners: $.listeners.where($.name != $name) - Return: $.listeners - getEndpoint: \ No newline at end of file + getEndpoint: diff --git a/murano-apps/LbaaSLibrary/package/manifest.yaml b/murano-apps/LbaaSLibrary/package/manifest.yaml index e04011e..d50627f 100644 --- a/murano-apps/LbaaSLibrary/package/manifest.yaml +++ b/murano-apps/LbaaSLibrary/package/manifest.yaml @@ -22,4 +22,4 @@ Tags: [MuranoPL, LbaaS] Classes: org.openstack.murano.lbaas.Listener: Listener.yaml org.openstack.murano.lbaas.LoadBalancer: LoadBalancer.yaml - org.openstack.murano.lbaas.Pool: Pool.yaml \ No newline at end of file + org.openstack.murano.lbaas.Pool: Pool.yaml diff --git a/murano-apps/Puppet/package/Resources/scripts/install/hiera.yaml b/murano-apps/Puppet/package/Resources/scripts/install/hiera.yaml index 7a35817..513f44f 100644 --- a/murano-apps/Puppet/package/Resources/scripts/install/hiera.yaml +++ b/murano-apps/Puppet/package/Resources/scripts/install/hiera.yaml @@ -7,4 +7,4 @@ - murano :yaml: - :datadir: /etc/puppet/hieradata \ No newline at end of file + :datadir: /etc/puppet/hieradata diff --git a/murano-apps/Puppet/package/Resources/scripts/install/murano.yaml b/murano-apps/Puppet/package/Resources/scripts/install/murano.yaml index 00ef706..3a7fd28 100644 --- a/murano-apps/Puppet/package/Resources/scripts/install/murano.yaml +++ b/murano-apps/Puppet/package/Resources/scripts/install/murano.yaml @@ -1 +1 @@ -murano: Hello, World! \ No newline at end of file +murano: Hello, World! diff --git a/murano-apps/Puppet/package/manifest.yaml b/murano-apps/Puppet/package/manifest.yaml index 9c8156d..64355e5 100644 --- a/murano-apps/Puppet/package/manifest.yaml +++ b/murano-apps/Puppet/package/manifest.yaml @@ -13,4 +13,4 @@ Classes: org.openstack.ci_cd_pipeline_murano_app.puppet.PuppetInstance: PuppetInstance.yaml org.openstack.ci_cd_pipeline_murano_app.puppet.Hiera: Hiera.yaml org.openstack.ci_cd_pipeline_murano_app.puppet.YamlTool: YamlTool.yaml - org.openstack.ci_cd_pipeline_murano_app.puppet.YamlFile: YamlFile.yaml \ No newline at end of file + org.openstack.ci_cd_pipeline_murano_app.puppet.YamlFile: YamlFile.yaml