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