[chef] NoMethodError - undefined method `[]' for nil:NilClass


Chronological Thread 
  • From: David Montgomery < >
  • To:
  • Subject: [chef] NoMethodError - undefined method `[]' for nil:NilClass
  • Date: Thu, 18 Jul 2013 09:23:22 +0800

I have the below in a chef recipie

server_type = node[:test][:server_type]

In a role I have the below:

default_attributes "test" => { "server_type" => 'Compute' }

yet I get the below error

35: 
 36>> server_type = node[:test][:server_type]
[2013-07-18T01:16:55+00:00] DEBUG: Re-raising exception: NoMethodError - undefined method `[]' for nil:NilClass

How do I resolve?




Archive powered by MHonArc 2.6.16.

§