Ben S

Results 31 comments of Ben S

> often a simple boolean flag old_behavior which is true per default can save many hours of work. for the developer it is only 15min to add such a flag...

An alternative might be to use the Sensitive Data type: https://docs.puppet.com/puppet/4.6/lang_data_sensitive.html

> If we want to make sure that certain inputs lead to output that is usable by collectd, we'd need to add some actual acceptance tests. It is out of...

Trudging through the code recently myself while trying to refactor large parts of it, I'm not sure why the default is not `purge => true` rather than the current method...

> Soft Dependencies Do this.

Should be in README, not a code change

@thiagomarinho My initial thoughts are that I don't like the idea of caching locally - using a remote caching-proxy and sending all requests through it is much cleaner. Also, if...