]> git.openstreetmap.org Git - chef.git/commitdiff
Sort list of tool packages
authorTom Hughes <tom@compton.nu>
Sun, 8 Sep 2024 08:47:27 +0000 (09:47 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 8 Sep 2024 08:51:58 +0000 (09:51 +0100)
cookbooks/tools/recipes/default.rb

index 6ff55543f58f188ca8b6f784f7051d495985e3b0..b593ae57aea01ab05878e81d0e8c6fa80b36bfbb 100644 (file)
 
 package %w[
   bash-completion
+  cron
   dmidecode
   ethtool
+  iotop
+  locales-all
   lsof
   lsscsi
+  lvm2
+  numactl
   pciutils
+  rsyslog
   screen
   smartmontools
   strace
   sysstat
+  systemd-coredump
   tcpdump
   usbutils
-  numactl
-  xfsprogs
-  iotop
-  lvm2
-  rsyslog
-  cron
-  locales-all
-  systemd-coredump
   vim
+  xfsprogs
 ]
 
 service "rsyslog" do