From 871ef587bfc394372a6ca6810b383484521bf463 Mon Sep 17 00:00:00 2001 From: Mohamed Emine IBRAHIM Date: Sun, 30 Apr 2023 00:37:19 +0000 Subject: [PATCH] [Fix] fix ceph env variables path --- ceph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.sh b/ceph.sh index 7e56138..5fdd181 100755 --- a/ceph.sh +++ b/ceph.sh @@ -2,4 +2,4 @@ export OS_CLOUD="felcloud_staging" export PULUMI_STACK="staging" export PULUMI_SUB_STACK="ceph" -export PULUMI_CONFIG_PASSPHRASE_FILE="$PWD/env.d/$PULUMI_STACK/pulumi_passphrase" +export PULUMI_CONFIG_PASSPHRASE_FILE="/etc/ansible/pulumi_passphrase"