Packages: Add curl, as we use it in the install.
Add htop, because it's nice.
This commit is contained in:
parent
642d3cad2b
commit
6493158415
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue