Skip to content

Commit

Permalink
Add mount of ephemeral to puppet.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Mar 21, 2024
1 parent 4aa0fbb commit f19e60e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/configuration/puppet.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#cloud-config

# mount ephemeral storage in a sub-directory of /mnt instead of
# cloud-init default /mnt
mounts:
- [ ephemeral0, /mnt/ephemeral0 ]

users:
- name: ${sudoer_username}
groups: adm, wheel, systemd-journal
Expand Down

0 comments on commit f19e60e

Please sign in to comment.