Multi-OS Version
This commit is contained in:
parent
15630ec66a
commit
b353f4410b
19 changed files with 3077 additions and 49 deletions
|
@ -25,12 +25,14 @@ class rhizo_base::runit {
|
|||
[ File['/etc/sv'], Class['rhizo_base::openbsc'] ],
|
||||
}
|
||||
|
||||
file { '/etc/service/freeswitch':
|
||||
ensure => link,
|
||||
target => '/etc/sv/freeswitch',
|
||||
require =>
|
||||
[ File['/etc/sv'], Class['rhizo_base::freeswitch'] ],
|
||||
}
|
||||
if $operatingsystem != 'Debian' {
|
||||
file { '/etc/service/freeswitch':
|
||||
ensure => link,
|
||||
target => '/etc/sv/freeswitch',
|
||||
require =>
|
||||
[ File['/etc/sv'], Class['rhizo_base::freeswitch'] ],
|
||||
}
|
||||
}
|
||||
|
||||
file { '/etc/service/rapi':
|
||||
ensure => link,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue