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:
parent
d427bd2929
commit
ad71c7c590
@ -1,6 +1,6 @@
|
||||
<secret ephemeral='no' private='no'>
|
||||
<usage type='ceph'>
|
||||
<name><%= rbd_keyring %> secret</name>
|
||||
<name><%= @rbd_keyring %> secret</name>
|
||||
</usage>
|
||||
<uuid><%= @libvirt_rbd_secret_uuid %></uuid>
|
||||
</secret>
|
||||
|
Loading…
x
Reference in New Issue
Block a user