2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Remove redundant call to nodectl

This commit is contained in:
Jarrod Johnson 2020-07-23 15:10:30 -04:00
parent 02ba6df421
commit 33dd5e8315

View File

@ -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}')