Added mosh package.
This commit is contained in:
parent
126176d329
commit
b839e10f3c
1 changed files with 4 additions and 3 deletions
|
@ -67,12 +67,13 @@ class rhizomatica_base_system {
|
|||
password => postgresql_password('rhizomatica', $postgresql_password),
|
||||
}
|
||||
|
||||
package { 'openvpn':
|
||||
package { ['openvpn', 'lm-sensors']:
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
package { 'lm-sensors':
|
||||
package { 'mosh':
|
||||
ensure => installed,
|
||||
require => Apt::Source['mosh'],
|
||||
}
|
||||
|
||||
class { 'riak':
|
||||
|
@ -109,7 +110,7 @@ class rhizomatica_base_system {
|
|||
'freeswitch-mod-voicemail', 'freeswitch-mod-voicemail-ivr', 'freeswitch-mod-vp8', 'freeswitch-mod-xml-cdr',
|
||||
'freeswitch-sysvinit', 'libfreeswitch1']:
|
||||
ensure => installed,
|
||||
require => [ Apt::Source['rhizomatica'], File['/etc/apt/apt.conf.d/90unsigned'] ],
|
||||
require => Apt::Source['rhizomatica'],
|
||||
}
|
||||
|
||||
package { ['osmocom-nitb', 'osmocom-nitb-dbg']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue