Fix variable access in RBD secret template
Puppet throws a warning unless you access the variable as a member variable. Change-Id: I36b23d73d89a06c4e3b52cc3c98c619b74858789
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<secret ephemeral='no' private='no'>
|
<secret ephemeral='no' private='no'>
|
||||||
<usage type='ceph'>
|
<usage type='ceph'>
|
||||||
<name><%= rbd_keyring %> secret</name>
|
<name><%= @rbd_keyring %> secret</name>
|
||||||
</usage>
|
</usage>
|
||||||
<uuid><%= @libvirt_rbd_secret_uuid %></uuid>
|
<uuid><%= @libvirt_rbd_secret_uuid %></uuid>
|
||||||
</secret>
|
</secret>
|
||||||
|
|||||||
Reference in New Issue
Block a user