From a409de3d646e19d62e759cbb1a8be1ca36199e79 Mon Sep 17 00:00:00 2001 From: alop Date: Wed, 24 Jul 2013 21:12:11 -0700 Subject: [PATCH] Fixed variable name in template The variable passed in the recipe is export, not nfs_export Change-Id: I3eb3903d7b26dff441172a2cefdc73e5976c7bc5 --- templates/default/shares.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/shares.conf.erb b/templates/default/shares.conf.erb index 02542b0..e8b93f2 100644 --- a/templates/default/shares.conf.erb +++ b/templates/default/shares.conf.erb @@ -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 %>