From ae0ee9e8d1981b7b2d50e72d1deb20c772241964 Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Sun, 6 Oct 2024 12:44:46 -0400 Subject: [PATCH] docs(slurm_ops): update todos Apply formatting to the TODO messages so that they render nicely within tool windows such as PyCharm's TODO widget. Easy to quickly browse through outstanding items we want to tackle. Signed-off-by: Jason C. Nucciarone --- lib/charms/hpc_libs/v0/slurm_ops.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/charms/hpc_libs/v0/slurm_ops.py b/lib/charms/hpc_libs/v0/slurm_ops.py index 5ca9be7..2629662 100644 --- a/lib/charms/hpc_libs/v0/slurm_ops.py +++ b/lib/charms/hpc_libs/v0/slurm_ops.py @@ -727,6 +727,8 @@ def generate(self) -> None: ) +# TODO: https://github.com/charmed-hpc/mungectl/issues/5 - +# Have `mungectl` set user and group permissions on the munge.key file. class _MungeKeyManager: """Control the munge key via `mungectl ...` commands."""