sensu / uchiwa-chef

Other
33 stars 40 forks source link

Bumped version, added enable_auth attribute #33

Closed runningman84 closed 9 years ago

runningman84 commented 9 years ago

a solution for https://github.com/sensu/uchiwa-chef/issues/32

amdprophet commented 9 years ago

This change is unnecessary as you can already disable authentication by setting the user and pass attributes to an empty string. e.g.

node['uchiwa']['settings']['user'] = ''
node['uchiwa']['settings']['pass'] = ''