blob: 3f4abf6d0406e7068d35cf04f36b3e9fb23131df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
| EOT
,
}
}
|