aboutsummaryrefslogtreecommitdiff
path: root/spec/classes/tftp_spec.rb
AgeCommit message (Collapse)Author
2012-07-11Single it block per testcrayfishx
* as originally submitted in https://github.com/puppetlabs/puppetlabs-tftp/pull/10... * Only use one it block per test to improve performance
2012-07-10Updated rspec tests for new functionalitycrayfishx
* Removed rspec-tests for inetd * Modified existing tests to work with new evaluation of :osfamily * Added tests for Redhat/CentOS boxes * Added rspec-tests for xinetd service
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.