From 9e0498cf5195a70bcf029466484c8fe5628a11ce Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Tue, 28 Jun 2016 20:57:01 +0300 Subject: [PATCH] [Puppet] Typo in the log message fixed Change-Id: Ibae2eebffd66e20abbeca05c2b5711fb6cb3ec8c --- murano-apps/Puppet/package/Classes/PuppetInstance.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/murano-apps/Puppet/package/Classes/PuppetInstance.yaml b/murano-apps/Puppet/package/Classes/PuppetInstance.yaml index 7613e1d..9fa828a 100644 --- a/murano-apps/Puppet/package/Classes/PuppetInstance.yaml +++ b/murano-apps/Puppet/package/Classes/PuppetInstance.yaml @@ -62,7 +62,8 @@ Methods: - $template: $resources.yaml('InstallHiera.template') - $.agent.call($template, $resources) - $._environment.reporter.report($this, - 'Puppet installed on instance {0}'.format($.openstackId)) + 'Hiera is installed on instance {0}'.format($.openstackId)) + # # Equals to # puppet install ''