Merge pull request #482 from cgwalters/include-vim-minimal

manifest: Add vim-minimal
This commit is contained in:
Colin Walters 2024-04-11 13:50:17 -04:00 committed by GitHub
commit 9c3f57e9cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ include:
packages: packages:
# Include and set the default editor # Include and set the default editor
- nano - nano
# And we expect this in general
- vim-minimal
- nfs-utils - nfs-utils
# Additional firewall support; we aren't including these in RHCOS or they # Additional firewall support; we aren't including these in RHCOS or they
# don't exist in RHEL # don't exist in RHEL