dpeters / puppet-opsview

Puppet types/providers to support Opsview resources
12 stars 10 forks source link

Correctly check reload_opsview parameter in types #21

Closed antaflos closed 10 years ago

antaflos commented 10 years ago

This sets the default value of the "reload_opsview" parameter to false for all types and fixes the check for the paramter in the respective implementations to check for true/false instead of 1/0.

dpeters commented 10 years ago

This sounds like the sane thing to be doing. Thanks again.