From 0d5bafcc255e952879ab69f6dbcd87350c819e6f Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Thu, 30 Jun 2016 01:55:41 +0300 Subject: [PATCH] [Puppet] Switch package version to 1.2 1.2 package version is supported since Liberty Change-Id: I727c9ce15529bc7ce7a328407b24ba674aaed832 --- murano-apps/Puppet/package/Classes/PuppetInstance.yaml | 2 +- murano-apps/Puppet/package/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/murano-apps/Puppet/package/Classes/PuppetInstance.yaml b/murano-apps/Puppet/package/Classes/PuppetInstance.yaml index 3b5802b..45a9b13 100644 --- a/murano-apps/Puppet/package/Classes/PuppetInstance.yaml +++ b/murano-apps/Puppet/package/Classes/PuppetInstance.yaml @@ -32,7 +32,7 @@ Methods: deploy: Body: - - $.super($.deploy()) + - super($this, $.deploy()) # Deploy host only once - If: $.getAttr(hostDeployed, false) diff --git a/murano-apps/Puppet/package/manifest.yaml b/murano-apps/Puppet/package/manifest.yaml index 5dfcc75..9c8156d 100644 --- a/murano-apps/Puppet/package/manifest.yaml +++ b/murano-apps/Puppet/package/manifest.yaml @@ -1,4 +1,4 @@ -Format: 1.0 +Format: 1.2 Version: 0.0.9 Type: Library FullName: org.openstack.ci_cd_pipeline_murano_app.puppet.Puppet