diff options
Diffstat (limited to 'personal_infra/puppet/site')
| -rw-r--r-- | personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp b/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp index ca4d42a8..2f8b3080 100644 --- a/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp @@ -1,2 +1,8 @@ node 'freeswitch.h1.int.pdp7.net' { + class {'freeswitch': + freeswitch_password => lookup("freeswitch.password"), + freeswitch_address => 'stun:stun.freeswitch.org', + freeswitch_rtp_start_port => '20000', + freeswitch_rtp_end_port => '20010', + } } |
