From aea5cd4684e8242c45dad0d8ad2f4fdd2a97c3ed Mon Sep 17 00:00:00 2001 From: Ryan Hamel Date: Wed, 4 Feb 2026 13:48:35 -0500 Subject: [PATCH] Fix: ensure enroot.conf ends in a newline --- azure-slurm-install/templates/enroot.conf.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-slurm-install/templates/enroot.conf.template b/azure-slurm-install/templates/enroot.conf.template index a6a5b284..a4bf1cfc 100644 --- a/azure-slurm-install/templates/enroot.conf.template +++ b/azure-slurm-install/templates/enroot.conf.template @@ -7,3 +7,5 @@ ENROOT_MOUNT_HOME y ENROOT_RESTRICT_DEV y ENROOT_ROOTFS_WRITABLE y MELLANOX_VISIBLE_DEVICES all +# Trailing comment - this file requires at least one trailing newline after the above +