Skip to content

Commit 0b9360a

Browse files
committed
add options to the default ephemeral mount so that it does not have _netdev, use defaults,nofail
1 parent 91bcc59 commit 0b9360a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/configuration/puppet.yaml.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# mount ephemeral storage in a sub-directory of /mnt instead of
44
# cloud-init default /mnt
55
mounts:
6-
- [ ephemeral0, /mnt/ephemeral0 ]
6+
- [ ephemeral0, /mnt/ephemeral0, auto, "defaults,nofail" ]
77

88
users:
99
%{ if contains(tags, "puppet") || length(setintersection(tags, bastion_tags)) > 0 ~}

0 commit comments

Comments
 (0)