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:
Clayton O'Neill 2015-05-26 18:13:37 +00:00
parent d427bd2929
commit ad71c7c590
1 changed files with 1 additions and 1 deletions

View File

@ -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>