berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Node: Tag support #323

Closed plainlystated closed 8 years ago

plainlystated commented 8 years ago

I don't see a way to set or query the tags associated with a node. Am I missing something, or are they going to be supported in a future version?

reset commented 8 years ago

Tags are just syntatic sugar around a key value called tags in a node's normal attributes. You can retrieve and set them by just accessing normal attributes on a node.

plainlystated commented 8 years ago

perfect, thanks!