From 857366bfb33dab8e96059440d023e6cc09413b2f Mon Sep 17 00:00:00 2001 From: denny Date: Wed, 13 Sep 2023 23:40:58 +0000 Subject: [PATCH] Updating to only apply OCP script to master node This will prevent duplication of edits to files in the storage node(s) --- manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yml b/manifest.yml index 53d5d9c..39f720e 100644 --- a/manifest.yml +++ b/manifest.yml @@ -13,6 +13,6 @@ onInstall: user: root - api [cp]: environment.control.RestartNodes - - - cmd [cp]: |- + + - cmd [${nodes.cp.master.id}]: |- curl -fsS https://deploy-proxy.mightybox.io/addons/relay/raw/branch/main/ocp-install.sh | /bin/bash -s \ No newline at end of file