aboutsummaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2012-07-10* remove old references to inetd_confcrayfishx
2012-07-10No need to set binary to undef for debian now we evaluate the provider ↵crayfishx
variable instead.
2012-07-10According to the man pages and examples I've seen there is no reasoncrayfishx
why server_args can't be used to pass in extra options to in.tftpd If this is not the case, please let me know.
2012-07-10Removing dependancy on 'inetd' which doesn't exist in the forge...crayfishx
Replaced with xinetd::service to set up the xinetd configuration
2012-07-10Add EL (RHEL/CentOS) support for tftp.crayfishx
* EL tftpd-hpa package is called tftp-server * Distributed RPM doesn't provide an init file so the base provider is needed * Default username for tftp-server on RHEL is nobody * no /etc/default/tftpd-hpa should be pushed for EL systems
2012-06-25Update documentation and README.Nan Liu
2012-06-25Add default module path for tftp::fileNan Liu
This change provides the convenience of using caller_module_name for tftp files, so the following manifests can be abbreviated from: tftp::file { 'foo': source => 'puppet:///modules/example/foo', } tftp::file { 'baz/bar': source => 'puppet:///modules/example/baz/bar', } to: tftp::file { [ 'foo', 'baz/bar' ]: } This simplifies declaring large number of tftp files.
2012-06-15Move purge, replace, recurselimit params down.Thomas Van Doren
Owner/group/mode seem to make more sense above these.
2012-06-15Fix spacing to meet puppet style guide and update new param defaults.Thomas Van Doren
The purge, replace, and recurselimit defaults are now undef.
2012-06-15Add purge, replace, and recurselimit params to tftp::file definition.Thomas Van Doren
2012-06-04Add recurse option to tftp::file class.Thomas Van Doren
Update rspec tests to assert the value of recurse in various cases.
2012-05-14(#14465) Add inetd option tftpd.Nan Liu
This adds the ability to use inetd for tftpd service. This merges the functionality provided in the puppet-tftp module to puppetlabs-tftp.
2012-05-01Add support files for initial release.Nan Liu
* Update documentation. * Fix puppet-lint 80 char issues. * Add spec tests. * Add modulefile, changelog, rakefile, and license.
2012-04-05Initial commit.Nan Liu