From 7b6098867bc8f289355fe10eca793670a986c812 Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Tue, 28 Jun 2016 14:05:13 +0300 Subject: [PATCH] [Puppet] Remove unnecessary echo Change-Id: I0aa09f8a61b5e4176ade7bc2ac6dd71e60c118f3 --- .../package/Resources/scripts/core/install_puppet_module.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/murano-apps/Puppet/package/Resources/scripts/core/install_puppet_module.sh b/murano-apps/Puppet/package/Resources/scripts/core/install_puppet_module.sh index 0e58938..a59dc72 100644 --- a/murano-apps/Puppet/package/Resources/scripts/core/install_puppet_module.sh +++ b/murano-apps/Puppet/package/Resources/scripts/core/install_puppet_module.sh @@ -2,8 +2,6 @@ module_name=$1 -echo sudo puppet module install ${module_name} - sudo puppet module install ${module_name} -exit \ No newline at end of file +exit