From e7273adc3c8fa87514f52d8a06d890df987d95fe 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 ef0014d..9040b09 100644 --- a/lib/charms/hpc_libs/v0/slurm_ops.py +++ b/lib/charms/hpc_libs/v0/slurm_ops.py @@ -721,6 +721,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."""