Skip to content

Commit 270b583

Browse files
authored
Merge pull request #417 from mboisson/ephemeral0_no_default_options
add options to the default ephemeral mount so that it does not have netdev, use defaults,nofail
2 parents 91bcc59 + 0b9360a commit 270b583

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)