From 33dd5e8315d88652643b176168f7430db0ad5ca6 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 23 Jul 2020 15:10:30 -0400 Subject: [PATCH] Remove redundant call to nodectl --- confluent_osdeploy/rhvh4/profiles/default/kickstart | 1 - 1 file changed, 1 deletion(-) diff --git a/confluent_osdeploy/rhvh4/profiles/default/kickstart b/confluent_osdeploy/rhvh4/profiles/default/kickstart index 6bc3bda7..c7db776d 100644 --- a/confluent_osdeploy/rhvh4/profiles/default/kickstart +++ b/confluent_osdeploy/rhvh4/profiles/default/kickstart @@ -42,7 +42,6 @@ curl -f https://$mgr/confluent-public/os/$profile/scripts/pre.sh > /tmp/preinst. %end %post --nochroot -nodectl init mkdir -p /mnt/sysimage/etc/confluent profile=$(grep ^profile: /etc/confluent/confluent.deploycfg |awk '{print $2}') mgr=$(grep deploy_server /etc/confluent/confluent.deploycfg |awk '{print $2}')