<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet-tftp/spec/defines, branch master</title>
<subtitle>Puppet module for tftp</subtitle>
<id>https://cgit.fluxo.info/puppet-tftp/atom?h=master</id>
<link rel='self' href='https://cgit.fluxo.info/puppet-tftp/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/'/>
<updated>2012-07-11T23:41:17+00:00</updated>
<entry>
<title>Update redhat tftp file owner.</title>
<updated>2012-07-11T23:41:17+00:00</updated>
<author>
<name>Nan Liu</name>
<email>nan@puppetlabs.com</email>
</author>
<published>2012-07-11T23:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/commit/?id=e29cbb8be4347a471edae244aef6c26faada38bc'/>
<id>urn:sha1:e29cbb8be4347a471edae244aef6c26faada38bc</id>
<content type='text'>
This update address file owner to nobody by default for RHEL family.
</content>
</entry>
<entry>
<title>Changed rspec test for calling outside of module</title>
<updated>2012-07-11T19:11:40+00:00</updated>
<author>
<name>crayfishx</name>
<email>craig@craigdunn.org</email>
</author>
<published>2012-07-11T19:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/commit/?id=07062af1a236646970906d4a3f98f1646fcca44d'/>
<id>urn:sha1:07062af1a236646970906d4a3f98f1646fcca44d</id>
<content type='text'>
Until we decide how to simulate rspec-puppet calling this class from a different module this test has been changed to just test deploying the file.
</content>
</entry>
<entry>
<title>Single it block per test</title>
<updated>2012-07-11T17:30:36+00:00</updated>
<author>
<name>crayfishx</name>
<email>craig@craigdunn.org</email>
</author>
<published>2012-07-11T17:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/commit/?id=cb8c935a010fe0935d08a73b0ca2aa91a328943e'/>
<id>urn:sha1:cb8c935a010fe0935d08a73b0ca2aa91a328943e</id>
<content type='text'>
* as originally submitted in https://github.com/puppetlabs/puppetlabs-tftp/pull/10...
* Only use one it block per test to improve performance
</content>
</entry>
<entry>
<title>Updated rspec tests for new functionality</title>
<updated>2012-07-10T23:41:06+00:00</updated>
<author>
<name>crayfishx</name>
<email>craig@craigdunn.org</email>
</author>
<published>2012-07-10T23:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/commit/?id=6ecee7dd83b51f6a25f98ff1600410a1bb531410'/>
<id>urn:sha1:6ecee7dd83b51f6a25f98ff1600410a1bb531410</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Add default module path for tftp::file</title>
<updated>2012-06-25T19:15:21+00:00</updated>
<author>
<name>Nan Liu</name>
<email>nan@puppetlabs.com</email>
</author>
<published>2012-06-25T19:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/commit/?id=a45261555e1b70fc041fc001b4d4c1d18693ccc1'/>
<id>urn:sha1:a45261555e1b70fc041fc001b4d4c1d18693ccc1</id>
<content type='text'>
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 =&gt; 'puppet:///modules/example/foo',
    }

    tftp::file { 'baz/bar':
      source =&gt; 'puppet:///modules/example/baz/bar',
    }

to:

    tftp::file { [ 'foo', 'baz/bar' ]:
    }

This simplifies declaring large number of tftp files.
</content>
</entry>
<entry>
<title>Add spec tests for recurse params.</title>
<updated>2012-06-16T02:34:53+00:00</updated>
<author>
<name>Thomas Van Doren</name>
<email>thomas.vandoren@gmail.com</email>
</author>
<published>2012-06-16T02:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/commit/?id=2c22a9b5fd0336681a4fca9d8f875b15950fdacb'/>
<id>urn:sha1:2c22a9b5fd0336681a4fca9d8f875b15950fdacb</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add recurse option to tftp::file class.</title>
<updated>2012-06-05T03:45:19+00:00</updated>
<author>
<name>Thomas Van Doren</name>
<email>thomas.vandoren@gmail.com</email>
</author>
<published>2012-06-05T03:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/commit/?id=1343de3817ab64b39ccf4d76ab73f1024f3db0a7'/>
<id>urn:sha1:1343de3817ab64b39ccf4d76ab73f1024f3db0a7</id>
<content type='text'>
Update rspec tests to assert the value of recurse in various cases.
</content>
</entry>
<entry>
<title>Add support files for initial release.</title>
<updated>2012-05-01T23:16:10+00:00</updated>
<author>
<name>Nan Liu</name>
<email>nan@puppetlabs.com</email>
</author>
<published>2012-05-01T23:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-tftp/commit/?id=c83ffff9493443845c1545240f75d8136c0ecdff'/>
<id>urn:sha1:c83ffff9493443845c1545240f75d8136c0ecdff</id>
<content type='text'>
* Update documentation.
* Fix puppet-lint 80 char issues.
* Add spec tests.
* Add modulefile, changelog, rakefile, and license.
</content>
</entry>
</feed>
