blob: 15b33eea89cdae166b1acab807858d5be3952703 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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',
}
file {'/etc/dnf/dnf.conf':
content => @("EOT")
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=True
skip_if_unavailable=False
excludepkgs=libks,sofia-sip,okay-release,libstirshaken
| EOT
,
}
}
|