|
|
@ -58,6 +58,11 @@ class EEStackController(CementBaseController): |
|
|
|
dict(help='Install Utils stack', action='store_true')), |
|
|
|
] |
|
|
|
|
|
|
|
@expose(hide=True) |
|
|
|
def package_check(self, packages=[]): |
|
|
|
# Function for packages check |
|
|
|
pass |
|
|
|
|
|
|
|
@expose(hide=True) |
|
|
|
def default(self): |
|
|
|
# TODO Default action for ee stack command |
|
|
|