From 825e228d685804b6a7e3b91155cc07ef53b1ec6f Mon Sep 17 00:00:00 2001 From: Xavier Pillons Date: Wed, 20 May 2020 13:19:05 +0200 Subject: [PATCH] fix missing jq --- examples/lustre_full/config.json | 5 +++++ examples/lustre_manageddisk/config.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/examples/lustre_full/config.json b/examples/lustre_full/config.json index d5a0ac9b..b5d38f9c 100644 --- a/examples/lustre_full/config.json +++ b/examples/lustre_full/config.json @@ -130,6 +130,11 @@ "tag": "disable-selinux", "sudo": true }, + { + "script": "cndefault.sh", + "tag": "pbsclient", + "sudo": true + }, { "script": "install-nfsserver.sh", "tag": "nfsserver", diff --git a/examples/lustre_manageddisk/config.json b/examples/lustre_manageddisk/config.json index e9979d39..7fbab7f2 100644 --- a/examples/lustre_manageddisk/config.json +++ b/examples/lustre_manageddisk/config.json @@ -134,6 +134,11 @@ "tag": "disable-selinux", "sudo": true }, + { + "script": "cndefault.sh", + "tag": "pbsclient", + "sudo": true + }, { "script": "install-nfsserver.sh", "tag": "nfsserver",