aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site
diff options
context:
space:
mode:
Diffstat (limited to 'personal_infra/puppet/site')
-rw-r--r--personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp13
1 files changed, 0 insertions, 13 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 3f4abf6d..2f8b3080 100644
--- a/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp
+++ b/personal_infra/puppet/site/freeswitch.h1.int.pdp7.net.pp
@@ -5,17 +5,4 @@ node 'freeswitch.h1.int.pdp7.net' {
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
- ,
- }
-
}