Accepting jumpbox not in resources (fix2)

This commit is contained in:
Paul Edwards 2020-03-20 10:35:40 +00:00
Родитель c1994fe770
Коммит 765ee428d2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -204,7 +204,7 @@ def generate_install(cfg, tmpdir, adminuser, sshprivkey, sshpubkey):
os.makedirs("scripts", exist_ok=True)
_create_anf_mount_scripts(cfg, "scripts/auto_netappfiles_mount.sh")
if jb and jb in cfg.get("resources", {}):
if jb:
inst = cfg.get("install", [])
create_jumpbox_setup_script(tmpdir, sshprivkey, sshpubkey)