aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp
blob: a1de7f34aec2fac786b751a6d1f96656002a447b (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
      | EOT
    ,
  }

}