From 16c555f0bb219c03c8d84689e3cdbbe91d774ecc Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Wed, 9 Sep 2015 17:15:35 +0530 Subject: [PATCH] update message --- ee/cli/plugins/stack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index 211ea8bd..b71dd459 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -332,6 +332,8 @@ class EEStackController(CementBaseController): # Nginx-Plus does not have nginx package structure like this # So craeting directories if set(["nginx-plus"]).issubset(set(apt_packages)): + Log.info(self, + "Installing EasyEngine Configurations for" "NGINX PLUS") if not os.path.exists('/etc/nginx/sites-available'): Log.debug(self, 'Creating directory' '/etc/nginx/sites-available') @@ -1609,8 +1611,6 @@ class EEStackController(CementBaseController): apt_packages = apt_packages + EEVariables.ee_nginx else: Log.info(self, "NGINX PLUS Detected ...") - Log.info(self, - "Installing EasyEngine Configurations for NGINX PLUS") apt = ["nginx-plus"] + EEVariables.ee_nginx #apt_packages = apt_packages + EEVariables.ee_nginx self.post_pref(apt, packages)