FS: Convert internal sip profile to template
This commit is contained in:
parent
8f27bb2dc6
commit
264e850ce0
2 changed files with 6 additions and 2 deletions
|
@ -160,6 +160,10 @@ class rhizo_base::freeswitch::common {
|
|||
ensure => directory,
|
||||
}
|
||||
|
||||
file { '/etc/freeswitch/sip_profiles/internal.xml':
|
||||
content => template('rhizo_base/internal.xml.erb'),
|
||||
}
|
||||
|
||||
file { '/etc/freeswitch/sip_profiles/outgoing/rhizomatica.xml':
|
||||
content => template('rhizo_base/rhizomatica.xml.erb'),
|
||||
require =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue