From 7670c2eeba6a1840c644e5f903f84ca70896438c Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 10 Dec 2014 13:05:00 +0530 Subject: [PATCH] Addded some EasyEngine variables to work with satck --- ee/core/variables.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ee/core/variables.py b/ee/core/variables.py index 0299fe69..52e4fa62 100644 --- a/ee/core/variables.py +++ b/ee/core/variables.py @@ -4,5 +4,14 @@ class EEVariables(): """Intialization of core variables""" def ___init__(): - # TODO method for core variables - pass + + #EasyEngine core variables + ee_version + + #EasyEngine stack installation varibales + ee_nginx_repo = "ppa:rtcamp/nginx" + ee_nginx = "nginx-full" + ee_php_repo = "ppa:ondrej/php5" + ee_php = "php5" + ee_mysql_repo = "" + ee_mysql = ""