summaryrefslogtreecommitdiffstats
path: root/lib/puppet/checksum.rb
Commit message (Collapse)AuthorAgeFilesLines
* Oops, forgot this file in my last commit.Luke Kanies2007-10-171-13/+6
| | | | I moved the checksum code to a separate module.
* Adding my first integration test, verifying thatLuke Kanies2007-09-231-12/+39
| | | | | | | | | | | checksum interaction behaves as I expect when interacting with the file terminus. I've also changed how files and checksums behave a bit. Files now create model instances with the content as the only argument during initialization, and checksums now calculate their checksums rather than having them passed in.
* Adding the first version of checksum support, which willLuke Kanies2007-09-221-0/+37
acquire the behaviour of FileBuckets.