jamtur01 / puppet-rundeck

Puppet integration with RunDeck
Apache License 2.0
45 stars 16 forks source link

Added rudimentary tag generation from puppet classes #1

Closed shawnsi closed 13 years ago

shawnsi commented 13 years ago

So I was able to rework the node search to start at Puppet::Node instead of Puppet::Node::Facts. The classes property of a node seems to include the classes by my external node source (Puppet Dashboard). Nothing I define in a node class is included here so maybe there is a better way to handle it?

jamtur01 commented 13 years ago

Hmmm this isn't actually the best way to do this - this just gets classes not tags. Let me re-work it slightly to get all the tags for a node.

jamtur01 commented 13 years ago

I've added tag support.