templates: Fix variable prepending

Missing @ for rbd_keyring variable.
https://docs.puppetlabs.com/guides/templating.html

Change-Id: If5129abb1f2289a0456076b62e7349edd511bdbf
This commit is contained in:
Sebastien Badia 2015-05-05 14:11:34 +02:00
parent 1506d64c59
commit 7d43cf050c
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>