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

Style-Guide changes #17

Closed saz closed 12 years ago

saz commented 12 years ago

Most of the manifests are now fully style-guide compliant.

There is almost no change in behavior, except when you want to remove supervisor. You'll have to use 'absent' instead of 'purged'.

plathrop commented 12 years ago

Why do you remove metadata.json?

saz commented 12 years ago

It's not required and older versions of Puppet don't like it at all.

plathrop commented 12 years ago

@saz Word, I'm down with removing the metadata.json if it is causing problems. I never use it.

saz commented 12 years ago

b89c2ce changes the case-statement.

plathrop commented 12 years ago

Awesome. Thanks for undertaking this work. :+1:, I'll merge after I get a :+1: from @thekad (or someone else using it in production).