Packages: Add curl, as we use it in the install.

Add htop, because it's nice.
This commit is contained in:
Keith Whyte 2018-02-24 11:47:39 +00:00
parent 642d3cad2b
commit 6493158415

View file

@ -18,7 +18,7 @@ class rhizo_base::packages::common {
package { ['mosh', 'git', 'openvpn', 'lm-sensors', 'runit-systemd', 'sqlite3',
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++',
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe',
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe', 'curl', 'htop',
'python-unidecode', 'python-dateutil', 'python-yaml', 'python-formencode',
'python-smpplib', 'python-psycopg2', 'python-pysqlite2' ]:
ensure => installed,