summaryrefslogtreecommitdiffstats
path: root/test/types
Commit message (Expand)AuthorAgeFilesLines
* Reorganizing some of the tests.luke2007-02-0723-8737/+0
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-0720-1085/+302
* Removing the default value for :ensure on mounts.luke2007-02-061-2/+9
* Fixing exec so it actually works when path is specified as an arrayluke2007-02-011-0/+21
* Fixing #470, I think. I basically just threw away the validation and let sui...luke2007-02-011-0/+23
* Fixing a purging bug introduced by [2138]. I had to move the purge check to ...luke2007-02-011-8/+8
* Deleting the file even if a source is specified, as mentioned by Robert Nickel.luke2007-02-011-0/+26
* Adding explicit umasks to these tests.ajax2007-01-312-0/+6
* Fixing #438.luke2007-01-291-0/+16
* Fixing #444. I was losing the list of sources when creating new children.luke2007-01-291-0/+24
* A couple small bug-fixesluke2007-01-291-1/+1
* Doing more work on #113. Mostly, just making sure remounts do not happen spu...luke2007-01-291-4/+15
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-281-4/+24
* Adding a "self_refresh" option, so resources can refresh themselves if they h...luke2007-01-281-0/+12
* Fixing #455. A simple fix, fortunately.luke2007-01-271-0/+9
* Fixing #434.luke2007-01-261-0/+8
* Last round of fixes before the next releaseluke2007-01-051-2/+2
* Fixing rake test so it works with the new puppet loaderluke2007-01-051-0/+1
* Adding #408.luke2007-01-051-1/+75
* Adding a timeout to execs. This is not really a sufficient solution, since i...luke2007-01-041-0/+13
* Fixing #403.luke2007-01-041-0/+10
* Setting up specific allowed types for sshkeyluke2007-01-041-1/+17
* Handle continuation lines in inifiles properly; stick a little closer to how ...lutter2007-01-041-0/+1
* Changing "sourcematch" to "sourceselect"luke2007-01-021-4/+4
* Adding sourcematch parameter to file.luke2007-01-021-0/+49
* Fixing some failing tests on fedora.luke2007-01-011-3/+4
* Fixing #369. I was not flushing changes to disk when ensure was out of sync....luke2007-01-011-5/+23
* A couple of small bug fixesluke2006-12-291-0/+5
* Looks like providers work again on Solaris.luke2006-12-281-5/+12
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-285-158/+32
* Fixing #388. Paths now look a lot cleaner.luke2006-12-282-0/+51
* Switching files to use a filebucket named "puppet" by default. Also, set up ...luke2006-12-272-17/+57
* Fixing #365. I am not sure what the problem was in previous versions, becaus...luke2006-12-271-0/+57
* Hopefully fixing #355. I could not actually reproduce the specific problem, ...luke2006-12-271-18/+48
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-7/+8
* Adding :replace aliases, as requested in #366.luke2006-12-191-0/+9
* Adding unit test for #364. It passes on OS X.luke2006-12-151-0/+39
* Reworking the package tests. Now providers are tested individuallyluke2006-12-142-446/+34
* Rewriting the test rakefile so test directories can be more than one director...luke2006-12-141-1/+1
* Another round of bug fixing. Now everything passes except mounts, at least o...luke2006-12-134-11/+23
* Fixing the next round of bugs, mostly little things but I had to modify trans...luke2006-12-132-9/+17
* You can now use the "resources" type to purge resources. I still need to mod...luke2006-12-132-2/+32
* Adding a metatype to manage resources of a specified type. For now, this met...luke2006-12-121-0/+129
* All tests should now pass, with the possible exception of some tests that mig...luke2006-12-111-2/+2
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-106-291/+68
* Removing the symlink type finally.luke2006-12-101-117/+0
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-092-85/+528
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-013-78/+45
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-261-0/+49
* Fixing mount tests after fixing the backward compatibilityluke2006-11-171-1/+2