coderanger / pychef

Python library to interact with the Chef server API
Other
195 stars 129 forks source link

Allow setting of Node attributes at different precedence levels #60

Closed maus- closed 8 years ago

maus- commented 8 years ago

Right now if I'm groking pychef / docs correctly it looks like you can only set node attributes at the "normal" level. https://github.com/coderanger/pychef/blob/master/chef/node.py#L195

I'd like to be able to set them arbitrarily to any level of precedence. Is this do-able in the existing pychef?

coderanger commented 8 years ago

That's not a feature of Chef, so no. All other levels get wiped at the start of the converge.