From 3bdab4553ba69a59164977fb245298312c688735 Mon Sep 17 00:00:00 2001 From: Walter Huf Date: Tue, 6 Jan 2015 00:06:56 -0600 Subject: [PATCH] Fixes a rubocop warning The rest of the cookbook uses strings instead of hashes for attribute names --- templates/default/rgw.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/rgw.conf.erb b/templates/default/rgw.conf.erb index 4a5ebd5..16778de 100644 --- a/templates/default/rgw.conf.erb +++ b/templates/default/rgw.conf.erb @@ -26,7 +26,7 @@ LogFormat "%{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{Use AllowOverride All SetHandler fastcgi-script AuthBasicAuthoritative Off - <%- if node[:apache][:version].to_f < 2.4 %> + <%- if node['apache']['version'].to_f < 2.4 %> Order allow,deny Allow from all <%- else %> -- 2.47.3