Commit 7b2c2a1c authored by calvinosanc1's avatar calvinosanc1
Browse files

hackfest_squid_cnf package updated


Signed-off-by: calvinosanc1's avatarcalvinosanc1 <guillermo.calvino@canonical.com>
parent 4e9e0ccf
......@@ -27,7 +27,7 @@ class SquidK8SCharm(CharmBase):
self.framework.observe(self.on.install, self.on_install)
self.framework.observe(self.on.start, self.on_start)
self.framework.observe(self.on.config_changed, self.on_config_changed)
self.framework.observe(self.on.deleteurl_action, self)
self.framework.observe(self.on.deleteurl_action, self.on_deleteurl_action)
# -- initialize states --
self.state.set_default(installed=False)
self.state.set_default(configured=False)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment