You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
juju ssh 0 -- apt list chrony
Listing... Done
chrony/noble-updates,now 4.5-1ubuntu4.2 amd64 [installed]
N: There is 1 additional version. Please use the '-a' switch to see it
juju ssh 0 -- ls /etc/chrony/chrony.conf
/etc/chrony/chrony.conf
Bug Description
Upon removing chrony-client relation, the charm should remove the chrony package and erased the chrony configuration is wrote itself.
https://github.com/canonical/chrony-client-operator/blob/main/src/charm.py#L65
However, this behavior does not exist.
After removing the chrony-client relation to the main app, the chrony package still exists and the chrony configuration is still present.
Workaround:
apt remove chronyImpact
Low (minor issue or cosmetic problem)
Impact Rationale
No response
To Reproduce
Environment
Relevant log output
Additional context