Check if the config was specified

This commit is contained in:
Thomas Hervé 2012-09-05 18:55:58 +02:00
parent 2b574bdd89
commit 1c80a53713
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ def handle(_name, cfg, cloud, log, _args):
util.write_file(lsc_client_fn, contents.getvalue())
log.debug("Wrote landscape config file to %s", lsc_client_fn)
util.write_file(LS_DEFAULT_FILE, "RUN=1\n")
if ls_cloudcfg:
util.write_file(LS_DEFAULT_FILE, "RUN=1\n")
def merge_together(objs):