Replace a string containing only a variable
Change-Id: Iaa04102e6481d61348d8123f1e78a3db24d9f52e Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -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
|
command => "/bin/true # comment to satisfy puppet syntax requirements
|
||||||
ceph auth get client.bootstrap-osd > ${bootstrap_osd_keyring}
|
ceph auth get client.bootstrap-osd > ${bootstrap_osd_keyring}
|
||||||
",
|
",
|
||||||
creates => "${bootstrap_osd_keyring}",
|
creates => $bootstrap_osd_keyring,
|
||||||
}
|
}
|
||||||
Ceph::Key<||>
|
Ceph::Key<||>
|
||||||
-> Exec["extract-bootstrap-osd-keyring-${name}"]
|
-> Exec["extract-bootstrap-osd-keyring-${name}"]
|
||||||
|
|||||||
Reference in New Issue
Block a user