Replace a string containing only a variable

Change-Id: Iaa04102e6481d61348d8123f1e78a3db24d9f52e
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-16 02:12:58 +09:00
parent aab999fe51
commit 86cd31762d

View File

@@ -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}"]