Skip to content

Commit

Permalink
Install acl for setfacl
Browse files Browse the repository at this point in the history
  • Loading branch information
furkansahin committed Apr 24, 2024
1 parent acf8778 commit 491a4c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rhizome/host/bin/prep_host.rb
Expand Up @@ -90,7 +90,9 @@

# For qemu-image convert and mcopy for cloud-init with the nocloud
# driver.
r "apt-get -y install qemu-utils mtools"
# acl is for setfacl, which is used to set permissions and not installed
# by default in Leaseweb servers.
r "apt-get -y install qemu-utils mtools acl"

# We need nvme-cli to inspect installed NVMe cards in prod servers when
# looking into I/O performance issues.
Expand Down

0 comments on commit 491a4c4

Please sign in to comment.