Fixed variable name in template

The variable passed in the recipe is export, not nfs_export

Change-Id: I3eb3903d7b26dff441172a2cefdc73e5976c7bc5
This commit is contained in:
alop 2013-07-24 21:12:11 -07:00
parent 73f430acbe
commit a409de3d64
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Automatically generated by chef, changes will be overwritten
<% node["openstack"]["block-storage"]["netapp"]["netapp_server_hostname"].each do |h| %>
<%= h %>:<%= @nfs_export %>
<%= h %>:<%= @export %>
<% end %>