We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91bcc59 + 0b9360a commit 270b583Copy full SHA for 270b583
1 file changed
common/configuration/puppet.yaml.tftpl
@@ -3,7 +3,7 @@
3
# mount ephemeral storage in a sub-directory of /mnt instead of
4
# cloud-init default /mnt
5
mounts:
6
- - [ ephemeral0, /mnt/ephemeral0 ]
+ - [ ephemeral0, /mnt/ephemeral0, auto, "defaults,nofail" ]
7
8
users:
9
%{ if contains(tags, "puppet") || length(setintersection(tags, bastion_tags)) > 0 ~}
0 commit comments