I\'m using the opscode nginx cookbook for configuring the nginx server on my nodes. The nginx cookbook has some default attributes I\'d like to override in my role (\"web_se
Did you check the attribute precedence order here? https://docs.chef.io/attributes.html#attribute-precedence
Make sure there are no attributes overridden on a node directly in your recipe.