aboutsummaryrefslogtreecommitdiff
path: root/spec/defines/tftp_file_spec.rb
AgeCommit message (Collapse)Author
2012-06-15Add spec tests for recurse params.Thomas Van Doren
One test verifies the defaults for recurse, purge, replace, recurselimit when they are not provided. The other test ensure that setting them in the tftp:file definition correlates to the params getting set on the file.
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-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.