summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Adding a --summarize option, to get a transaction summaryluke2007-05-041-26/+43
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-039-183/+151
* Adding a fact handler, along with an abstract interface for fact stores and a...luke2007-05-032-0/+179
* Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th...mpalmer2007-05-031-0/+26
* Changing the remount stuff back to not repeating the mount options.luke2007-05-011-1/+3
* Adding a "supports_parameter?" method to test whether a given provider suppor...luke2007-05-014-15/+43
* Fixing the fileserver naming tests after the change to allow "-" in fileserve...luke2007-04-301-15/+5
* Fixing #430 (I hope) -- execs now autorequire the specified userluke2007-04-301-1/+14
* Working a little bit on rails failures, with no real progressluke2007-04-301-16/+20
* Fixing a bug in the tests introduced a while back when I switched to using "g...luke2007-04-301-2/+4
* Fixing #594 -- Files on the local machine but not remote machine now purge. ...luke2007-04-302-4/+46
* Allowing "-" in fileserver module names, #617luke2007-04-301-4/+4
* Fixing the tests for the aptrpm provider.luke2007-04-301-8/+7
* I managed to put those provider tests in the wrong file -- the file meant to ...luke2007-04-282-227/+204
* Okay, one last try -- the Util#binary command was not returning a path in all...luke2007-04-271-6/+6
* Apparently I messed up providers a bit; binaries were not having their full p...luke2007-04-271-0/+29
* Closing #585 -- providers can now have optional commands, which only differ f...luke2007-04-271-0/+29
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+1
* Adding the ability to manage passwords with the useradd providerluke2007-04-253-3/+25
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-253-0/+61
* Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov...luke2007-04-231-0/+24
* Fixing #588 - the parser correctly ignores directories in globbing nowluke2007-04-201-0/+16
* Removing the stubs for nodevar; I did not mean to commit themluke2007-04-201-3/+0
* adding note about the class variables in the change logluke2007-04-201-0/+3
* Adding support for aptrpm from #227 as added by Ian Burrellluke2007-04-191-0/+90
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-194-6/+137
* Changing the test package for debianluke2007-04-061-3/+3
* Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to executemccune2007-04-041-0/+0
* Fix for #565: Final merge of changes from source:branches/execute-refactor in...mccune2007-04-032-9/+36
* Hah! Finally fixing the problem where mount tests would fail when run as par...luke2007-03-313-44/+46
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-6/+41
* Renaming some methods so that we can generate a report on a transaction and t...luke2007-03-301-1/+1
* Fixing #567. I overrode the propertychanges method to only return changes if...luke2007-03-301-0/+9
* Renaming pbucket to filebucketluke2007-03-241-8/+8
* Finalizing the filebucket client, with test code.luke2007-03-243-1/+85
* Fixing #553; -M is no longer added when home directories are managedluke2007-03-211-2/+4
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-196-4/+98
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-193-1/+214
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-191-14/+60
* Finally fixing #504, I think; I even have tests to prove it. It was a little...luke2007-03-191-0/+17
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-0/+7
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-197-20/+54
* Adding provider features. Woot!luke2007-03-191-0/+81
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-191-0/+17
* Fixing #447 - filebuckets now use deeply nested pathsluke2007-03-191-5/+89
* Oops. Fixing the other tests to now past the facts to "fresh?", as required ...luke2007-03-191-2/+4
* Fixing the fact caching so that facts are only downloaded and retrieved once,...luke2007-03-191-2/+7
* Fixing #519. The facts are now cached in the state file and changes to them ...luke2007-03-191-0/+29
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-191-0/+38
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-192-3/+85