aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-15Revert "Add .gitignore to avoid accidentally committing the ↵Thomas Van Doren
spec/fixtures/modules dir." This reverts commit 4d4d6f96e6e4e10d812c75fbf279e05269eef06e.
2012-06-04Add recurse tftp::file param to README.Thomas Van Doren
2012-06-04Add .gitignore to avoid accidentally committing the spec/fixtures/modules dir.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-25Merge pull request #5 from branan/update_module_layoutDan Bode
Update for new module template
2012-05-25Update for the new module templateBranan Purvine-Riley
* Add `rake spec_full` and friends * Remove recursive symlink * Prepend fixtures modulepath instead of overriding * Update travis config to use spec_full
2012-05-17Merge pull request #4 from branan/tb/14465Nan Liu
(#14465) Add inetd option for tftpd.
2012-05-17Add inetd to the travis configBranan Purvine-Riley
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-14Merge pull request #2 from branan/travsciNan Liu
Add files for Travis CI
2012-05-08Add files for Travis CIBranan Purvine-Riley
2012-05-01Merge pull request #1 from nanliu/masterNan Liu
Add support files for initial module release.
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-05Add test files.Nan Liu
2012-04-05Add test file and update documentation.Nan Liu
2012-04-05Initial commit.Nan Liu