Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-10 | Tweaked documentation to add Redhat and show inet changes | crayfishx | |
2012-07-10 | * remove old references to inetd_conf | crayfishx | |
2012-07-10 | Updated rspec tests for new functionality | crayfishx | |
* 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-07-10 | No need to set binary to undef for debian now we evaluate the provider ↵ | crayfishx | |
variable instead. | |||
2012-07-10 | According to the man pages and examples I've seen there is no reason | crayfishx | |
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-10 | Removing dependancy on 'inetd' which doesn't exist in the forge... | crayfishx | |
Replaced with xinetd::service to set up the xinetd configuration | |||
2012-07-10 | Add 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-25 | Merge pull request #9 from nanliu/tb/release | Branan Purvine-Riley | |
Update module for 0.1.1 release. | |||
2012-06-25 | Merge pull request #8 from nanliu/tb/defaults | Branan Purvine-Riley | |
Add default module path for tftp::file | |||
2012-06-25 | Update documentation and README. | Nan Liu | |
2012-06-25 | Update module for 0.1.1 release. | Nan Liu | |
2012-06-25 | Add default module path for tftp::file | Nan 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-25 | Merge pull request #7 from thomasvandoren/add-recurse-to-file | Nan Liu | |
Add recurse parameter to tftp::file definition | |||
2012-06-15 | Add 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-15 | Move purge, replace, recurselimit params down. | Thomas Van Doren | |
Owner/group/mode seem to make more sense above these. | |||
2012-06-15 | Fix 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-15 | Add purge, replace, and recurselimit params to tftp::file definition. | Thomas Van Doren | |
2012-06-15 | Revert "Add .gitignore to avoid accidentally committing the ↵ | Thomas Van Doren | |
spec/fixtures/modules dir." This reverts commit 4d4d6f96e6e4e10d812c75fbf279e05269eef06e. | |||
2012-06-08 | Merge pull request #6 from branan/use_spechelper_gem | Nan Liu | |
Update module for the puppetlabs_spec_helper gem | |||
2012-06-04 | Add recurse tftp::file param to README. | Thomas Van Doren | |
2012-06-04 | Add .gitignore to avoid accidentally committing the spec/fixtures/modules dir. | Thomas Van Doren | |
2012-06-04 | Add recurse option to tftp::file class. | Thomas Van Doren | |
Update rspec tests to assert the value of recurse in various cases. | |||
2012-05-31 | Update module for the puppetlabs_spec_helper gem | Branan Purvine-Riley | |
* Use `rake spec` in the travis config * Load Rakefile and spec_helper from the common code in the gem | |||
2012-05-25 | Merge pull request #5 from branan/update_module_layout | Dan Bode | |
Update for new module template | |||
2012-05-25 | Update for the new module template | Branan 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-17 | Merge pull request #4 from branan/tb/14465 | Nan Liu | |
(#14465) Add inetd option for tftpd. | |||
2012-05-17 | Add inetd to the travis config | Branan 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-14 | Merge pull request #2 from branan/travsci | Nan Liu | |
Add files for Travis CI | |||
2012-05-08 | Add files for Travis CI | Branan Purvine-Riley | |
2012-05-01 | Merge pull request #1 from nanliu/master | Nan Liu | |
Add support files for initial module release. | |||
2012-05-01 | Add 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-05 | Add test files. | Nan Liu | |
2012-04-05 | Add test file and update documentation. | Nan Liu | |
2012-04-05 | Initial commit. | Nan Liu | |