From fbe16dcad7f159de9646d924fd0b9abd80286151 Mon Sep 17 00:00:00 2001 From: Jeremy Hanmer Date: Tue, 20 Sep 2016 10:52:04 -0700 Subject: [PATCH] quick style fix --- attributes/vxsnd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/vxsnd.rb b/attributes/vxsnd.rb index 0537b2c..ffecdcf 100644 --- a/attributes/vxsnd.rb +++ b/attributes/vxsnd.rb @@ -1,4 +1,4 @@ default['vxfld']['vxsnd']['packages'] = ['vxfld'] default['vxfld']['vxsnd']['src_ip'] = node['ipaddress'] default['vxfld']['vxsnd']['peers'] = '' -default["vxfld"]["vxsnd"]["enable_vxlan_listen"] = 'true' +default['vxfld']['vxsnd']['enable_vxlan_listen'] = 'true'