atheiman / better-chef-rundeck

A Sinatra app for integrating Chef and Rundeck
MIT License
13 stars 8 forks source link

assign multiple attributes to tags? #37

Closed rb1980 closed 5 years ago

rb1980 commented 6 years ago

Hi, just getting started with better-chef-rundeck, and wondering if something like this is possible: To add multiple different attributes from chef as rundeck tags. For example: If I wanted to use platform and platform_version as tags, I would try something like this: ?tags=platform&tags=platform_version or ?tags=platform&tags+=platform_version

I know neither of these is possible, just throwing the idea out there to see if anyone else thinks it would be useful. I know I can just assign said attributes to their own individual rundeck attributes, and that can be made to work, but the tags seem a little more flexible, and wondering how to add multiple tags.

atheiman commented 6 years ago

I think this is a good feature request, I might play around with this or I'd be happy to review a pr from someone for it

atheiman commented 5 years ago

closed in #40