Don't overwrite the FS lib when using split stack
The split stack no longer needs the payload type number hack, so don't use it
This commit is contained in:
parent
3715a8d162
commit
00de9779f1
1 changed files with 6 additions and 4 deletions
|
@ -152,10 +152,12 @@ class rhizo_base::freeswitch::common {
|
|||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
|
||||
file { '/usr/lib/libfreeswitch.so.1.0.0':
|
||||
source => "puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0.${lsbdistcodename}",
|
||||
require => Package['freeswitch'],
|
||||
}
|
||||
unless ($rhizo_base::osmo_stack == "split") {
|
||||
file { '/usr/lib/libfreeswitch.so.1.0.0':
|
||||
source => "puppet:///modules/rhizo_base/usr/lib/libfreeswitch.so.1.0.0.${lsbdistcodename}",
|
||||
require => Package['freeswitch'],
|
||||
}
|
||||
}
|
||||
|
||||
file { '/etc/freeswitch':
|
||||
ensure => directory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue