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