From 86cd31762d0b927abd628ca554bd30e6856c77a5 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 16 Sep 2025 02:12:58 +0900 Subject: [PATCH] Replace a string containing only a variable Change-Id: Iaa04102e6481d61348d8123f1e78a3db24d9f52e Signed-off-by: Takashi Kajinami --- manifests/osd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/osd.pp b/manifests/osd.pp index ea6f2088..02b4d662 100644 --- a/manifests/osd.pp +++ b/manifests/osd.pp @@ -161,7 +161,7 @@ test ${fsid} = $(ceph-volume lvm list ${data} |grep 'cluster fsid' | awk -F'fsid command => "/bin/true # comment to satisfy puppet syntax requirements ceph auth get client.bootstrap-osd > ${bootstrap_osd_keyring} ", - creates => "${bootstrap_osd_keyring}", + creates => $bootstrap_osd_keyring, } Ceph::Key<||> -> Exec["extract-bootstrap-osd-keyring-${name}"]