tdelphi / puppet-rundeck

Puppet integration with RunDeck
Apache License 2.0
1 stars 0 forks source link

Let user to disable default puppet tags via URL #2

Closed tdelphi closed 10 years ago

tdelphi commented 10 years ago

Let user to disable default puppet tags via URL. By default puppet provide tag for each used class, which might be disturbing.

The Idea is to add custom parameter that might be passed to puppet-rundeck via url, that will disable these tags addition to resulting xml.

Usage example:

To disable tags: curl http://127.0.0.1:8144/?use_tags=0

To enable tags: curl http://127.0.0.1:8144/?use_tags=1

or o not specify use_tags at all

curl http://127.0.0.1:8144