We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab27a59 commit ead0e7eCopy full SHA for ead0e7e
1 file changed
common/configuration/puppet.yaml.tftpl
@@ -35,6 +35,7 @@ runcmd:
35
- trap 'flag_cloud_init_failed' ERR
36
- chmod 755 /etc # avoid issue with Rocky 9.4
37
- test ! -d /${sudoer_username} && userdel -f -r ${sudoer_username} && cloud-init clean -r
38
+ - blkid -L ephemeral0 &>/dev/null || sed -i -E '\;^[[:space:]]*ephemeral0[[:space:]]+/mnt/ephemeral0[[:space:]];s;^;#;' /etc/fstab
39
%{ if cloud_provider != "incus" ~}
40
# most container images do not have selinux pre-installed
41
- restorecon -R /${sudoer_username}
0 commit comments