Age | Commit message (Collapse) | Author |
|
* 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
|
|
variable instead.
|
|
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.
|
|
Replaced with xinetd::service to set up the xinetd configuration
|
|
* 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
|
|
Update module for 0.1.1 release.
|
|
Add default module path for tftp::file
|
|
|
|
|
|
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.
|
|
Add recurse parameter to tftp::file definition
|
|
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.
|
|
Owner/group/mode seem to make more sense above these.
|
|
The purge, replace, and recurselimit defaults are now undef.
|
|
|
|
spec/fixtures/modules dir."
This reverts commit 4d4d6f96e6e4e10d812c75fbf279e05269eef06e.
|
|
Update module for the puppetlabs_spec_helper gem
|
|
|
|
|
|
Update rspec tests to assert the value of recurse in various cases.
|
|
* Use `rake spec` in the travis config
* Load Rakefile and spec_helper from the common code in the gem
|
|
Update for new module template
|
|
* Add `rake spec_full` and friends
* Remove recursive symlink
* Prepend fixtures modulepath instead of overriding
* Update travis config to use spec_full
|
|
(#14465) Add inetd option for tftpd.
|
|
|
|
This adds the ability to use inetd for tftpd service. This merges the
functionality provided in the puppet-tftp module to puppetlabs-tftp.
|
|
Add files for Travis CI
|
|
|
|
Add support files for initial module release.
|
|
* Update documentation.
* Fix puppet-lint 80 char issues.
* Add spec tests.
* Add modulefile, changelog, rakefile, and license.
|
|
|
|
|
|
|