packages
don't install osmo-meas install tmux, fping, mtr
This commit is contained in:
parent
19726b2721
commit
8e3be576a5
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ class rhizo_base::packages {
|
||||||
|
|
||||||
class rhizo_base::packages::common {
|
class rhizo_base::packages::common {
|
||||||
|
|
||||||
package { ['mosh', 'git', 'openvpn', 'lm-sensors', 'runit-systemd', 'sqlite3',
|
package { ['mosh', 'tmux', 'git', 'openvpn', 'lm-sensors', 'runit-systemd', 'sqlite3',
|
||||||
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++', 'tinc', 'tcpdump',
|
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++', 'tinc', 'tcpdump',
|
||||||
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe', 'curl', 'htop', 'screen',
|
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe', 'curl', 'htop', 'screen',
|
||||||
'websocketd', 'osmo-meas',
|
'websocketd', 'fping', 'mtr-tiny',
|
||||||
'python-unidecode', 'python-dateutil', 'python-yaml', 'python-formencode',
|
'python-unidecode', 'python-dateutil', 'python-yaml', 'python-formencode',
|
||||||
'python-smpplib', 'python-psycopg2', 'python-pysqlite2' ]:
|
'python-smpplib', 'python-psycopg2', 'python-pysqlite2' ]:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue