Make sure that FreeSWITCH, Osmocom-NITB and LCR are disabled in the init system. (We run them with runit).
This commit is contained in:
parent
ee1c6bd131
commit
d652133a80
3 changed files with 18 additions and 0 deletions
|
@ -53,6 +53,12 @@ class rhizo_base::freeswitch {
|
|||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
|
||||
service { 'freeswitch':
|
||||
ensure => stopped,
|
||||
enable => false,
|
||||
require => Package['freeswitch']
|
||||
}
|
||||
|
||||
file { '/usr/lib/freeswitch/mod/mod_g729.so':
|
||||
source => 'puppet:///modules/rhizo_base/mod_g729.so',
|
||||
require => Package['freeswitch'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue