diff --git a/src/constants.py b/src/constants.py index c74a9a7a0..5a418443f 100644 --- a/src/constants.py +++ b/src/constants.py @@ -12,12 +12,7 @@ # Snap constants. PGBOUNCER_SNAP_NAME = "charmed-pgbouncer" PGBOUNCER_EXECUTABLE = f"{PGBOUNCER_SNAP_NAME}.pgbouncer" -SNAP_PACKAGES = [ - ( - PGBOUNCER_SNAP_NAME, - {"revision": {"aarch64": "15", "x86_64": "16"}, "channel": "1/stable"}, - ) -] +SNAP_PACKAGES = [(PGBOUNCER_SNAP_NAME, {"revision": {"aarch64": "15", "x86_64": "16"}})] SNAP_COMMON_PATH = f"/var/snap/{PGBOUNCER_SNAP_NAME}/common" SNAP_CURRENT_PATH = f"/var/snap/{PGBOUNCER_SNAP_NAME}/current"