From 0b9360af247fa200dc9e808d35695615b47b67bb Mon Sep 17 00:00:00 2001 From: Maxime Boissonneault Date: Thu, 26 Mar 2026 13:28:11 -0400 Subject: [PATCH] add options to the default ephemeral mount so that it does not have _netdev, use defaults,nofail --- common/configuration/puppet.yaml.tftpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configuration/puppet.yaml.tftpl b/common/configuration/puppet.yaml.tftpl index dd68537d..23755b9b 100644 --- a/common/configuration/puppet.yaml.tftpl +++ b/common/configuration/puppet.yaml.tftpl @@ -3,7 +3,7 @@ # mount ephemeral storage in a sub-directory of /mnt instead of # cloud-init default /mnt mounts: - - [ ephemeral0, /mnt/ephemeral0 ] + - [ ephemeral0, /mnt/ephemeral0, auto, "defaults,nofail" ] users: %{ if contains(tags, "puppet") || length(setintersection(tags, bastion_tags)) > 0 ~}