Skip to content

Commit

Permalink
Install nano on CrateDB nodes for easier manual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead committed Nov 25, 2024
1 parent b1c2a4a commit c5aee7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/scripts/cloud-init-cratedb-rpm.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ packages:
- htop
- node_exporter
- jq
- nano

bootcmd:
- test -z "$(blkid /dev/nvme1n1)" && mkfs -t xfs -L data /dev/nvme1n1
Expand Down
1 change: 1 addition & 0 deletions aws/scripts/cloud-init-cratedb-tar.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ packages:
- openssl
- htop
- node_exporter
- nano

bootcmd:
- test -z "$(blkid /dev/nvme1n1)" && mkfs -t xfs -L data /dev/nvme1n1
Expand Down

0 comments on commit c5aee7f

Please sign in to comment.