Project

General

Profile

Download (328 Bytes) Statistics
| Branch: | Tag: | Revision:
class tftp::config {
file {"/etc/xinetd.d/tftp":
content => template("tftp/xinetd-tftp"),
mode => 644,
require => [Class["tftp::install"], Class["xinetd::install"]],
notify => Class["xinetd::service"]
}

file { $tftp::params::root:
ensure => directory,
notify => Class["xinetd::service"],
}
}
(1-1/4)