FS: Convert internal sip profile to template

This commit is contained in:
Wile E. Coyote 2019-05-04 17:31:47 +00:00
parent 8f27bb2dc6
commit 264e850ce0
2 changed files with 6 additions and 2 deletions

View file

@ -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 =>