We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spel_amigenfstype
Setting a value for spel_amigenfstype results in the produced-AMI's root-filesystems all be formatted with the selected fstype
While the spel_amigenfstype user-variable is referenced in the AMI-builders for EL8 (minimal-centos-8-hvm and minimal-rhel-8-hvm), they are:
minimal-centos-8-hvm
minimal-rhel-8-hvm
ext4
"SPEL_AMIGENFSTYPE={{ user `spel_amigenfstype` }}"`
The text was updated successfully, but these errors were encountered:
Tagging @nortiz34 for his awareness
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Setting a value for
spel_amigenfstype
results in the produced-AMI's root-filesystems all be formatted with the selected fstypeActual behavior
While the
spel_amigenfstype
user-variable is referenced in the AMI-builders for EL8 (minimal-centos-8-hvm
andminimal-rhel-8-hvm
), they are:Suggestions for fix
spel_amigenfstype
variable-declare (likely with default value ofext4
) to the user-variables sectionThe text was updated successfully, but these errors were encountered: