]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Install curl as part of tools
[chef.git] / cookbooks / tools / recipes / default.rb
index 6ff55543f58f188ca8b6f784f7051d495985e3b0..d07ddcfe55e58bcec8bfb43c3706627d4b9f1da3 100644 (file)
 
 package %w[
   bash-completion
+  cron
+  curl
   dmidecode
   ethtool
+  iotop
+  iptraf-ng
+  locales-all
   lsof
   lsscsi
+  lvm2
+  mtr-tiny
+  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