plathrop / puppet-module-supervisor

Puppet module for configuring the supervisor daemon tool.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

removing version requirement from metadata.json #1

Closed jdonaldson closed 13 years ago

jdonaldson commented 13 years ago

I think the module should be fine on just about any version >= than 0.2.4. Here's a list of manifest features by version: http://docs.puppetlabs.com/guides/language_guide.html

Unfortunately, it doesn't seem like it's possible to specify a greater than operator for the version inside metadata.json. Unless you have a better idea, removing the version requirement might be the best bet.