diff --git a/murano-apps/Gerrit/package/Resources/DeployGerrit.template b/murano-apps/Gerrit/package/Resources/DeployGerrit.template index 203612c..bb4bb30 100644 --- a/murano-apps/Gerrit/package/Resources/DeployGerrit.template +++ b/murano-apps/Gerrit/package/Resources/DeployGerrit.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Deploy Gerrit -Parameters: - Body: | deploy() diff --git a/murano-apps/Nodepool/package/Resources/DeployNodepool.template b/murano-apps/Nodepool/package/Resources/DeployNodepool.template index e0ad0bf..a5b0112 100644 --- a/murano-apps/Nodepool/package/Resources/DeployNodepool.template +++ b/murano-apps/Nodepool/package/Resources/DeployNodepool.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Deploy Nodepool -Parameters: - Body: | deployNodepool() diff --git a/murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template b/murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template index ffd48a9..d39d2f7 100644 --- a/murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template +++ b/murano-apps/OpenLDAP/package/Resources/DeployOpenLDAP.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Deploy OpenLDAP -Parameters: - Body: | return deploy().stdout diff --git a/murano-apps/Puppet/package/Resources/ApplyManifest.template b/murano-apps/Puppet/package/Resources/ApplyManifest.template index ce58d85..20ce0a7 100644 --- a/murano-apps/Puppet/package/Resources/ApplyManifest.template +++ b/murano-apps/Puppet/package/Resources/ApplyManifest.template @@ -13,8 +13,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Apply Puppet Manifest -Parameters: - Body: | applyManifest() diff --git a/murano-apps/Puppet/package/Resources/InstallHiera.template b/murano-apps/Puppet/package/Resources/InstallHiera.template index 5aa515a..979ea0c 100644 --- a/murano-apps/Puppet/package/Resources/InstallHiera.template +++ b/murano-apps/Puppet/package/Resources/InstallHiera.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Install Hiera -Parameters: - Body: | return installHiera().stdout diff --git a/murano-apps/Puppet/package/Resources/InstallPuppet.template b/murano-apps/Puppet/package/Resources/InstallPuppet.template index 82c0110..3083631 100644 --- a/murano-apps/Puppet/package/Resources/InstallPuppet.template +++ b/murano-apps/Puppet/package/Resources/InstallPuppet.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: InstallPuppet -Parameters: - Body: | return installPuppet().stdout diff --git a/murano-apps/SystemConfig/package/Resources/SystemConfig.template b/murano-apps/SystemConfig/package/Resources/SystemConfig.template index c487b40..9a57e36 100644 --- a/murano-apps/SystemConfig/package/Resources/SystemConfig.template +++ b/murano-apps/SystemConfig/package/Resources/SystemConfig.template @@ -2,8 +2,6 @@ FormatVersion: 2.1.0 Version: 1.0.0 Name: Deploy Project Config -Parameters: - Body: | return deploy().stdout