Comment 2 for bug 1828612

Revision history for this message
Vern Hart (vern) wrote :

Related: Changing enable_ipmi=true after deploying with enable_ipmi=false does not install the appropriate checks.

I was able to get the appropriate things installed by running:

  juju config hw-health enable_ipmi=true enable_ipmiseld=true
  juju run --application hw-health charms.reactive set_flag config.changed.manufacturer
  juju run --application hw-health hooks/config-changed

The same set_flag hack works if I want to return enable_ipmi (or enable_ipmiseld) to false.