Packages: Add screen and tinc
This commit is contained in:
parent
d1b18309ab
commit
7215fe471b
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ 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', 'git', 'openvpn', 'lm-sensors', 'runit-systemd', 'sqlite3',
|
||||||
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++',
|
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++', 'tinc',
|
||||||
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe', 'curl', 'htop',
|
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe', 'curl', 'htop', 'screen',
|
||||||
'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