aboutsummaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorcrayfishx <craig@craigdunn.org>2012-07-10 16:48:50 -0700
committercrayfishx <craig@craigdunn.org>2012-07-10 16:48:50 -0700
commit0e60a3f8006c406c7db4c23f19a4d24a57603ef3 (patch)
treebbc727db2bec14329a2590d7c7eda2496ead5e71 /manifests/params.pp
parent6ecee7dd83b51f6a25f98ff1600410a1bb531410 (diff)
downloadpuppet-tftp-0e60a3f8006c406c7db4c23f19a4d24a57603ef3.tar.gz
puppet-tftp-0e60a3f8006c406c7db4c23f19a4d24a57603ef3.tar.bz2
* remove old references to inetd_conf
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index e5de774..288f0b0 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -5,7 +5,6 @@ class tftp::params {
$address = '0.0.0.0'
$port = '69'
$options = '--secure'
- $inetd_conf = '/etc/inetd.conf'
$binary = '/usr/sbin/in.tftpd'
case $::osfamily {