From f126428959a08a5a3a277a21e6f5152a5ce67785 Mon Sep 17 00:00:00 2001 From: leoh0 Date: Mon, 13 Apr 2015 14:57:56 +0900 Subject: [PATCH] fix typo in attribute file default -> node --- attributes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 4cf2c8ec4..5f55d6d06 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -259,8 +259,8 @@ ### # General settings -if default['apache']['service_name'].nil? - default['apache']['service_name'] = default['apache']['package'] +if node['apache']['service_name'].nil? + default['apache']['service_name'] = node['apache']['package'] end default['apache']['listen_addresses'] = %w(*) default['apache']['listen_ports'] = %w(80)