summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Adding support for special freebsd @schedule crap. Also making sure that cro...luke2006-06-272-11/+41
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-272-30/+42
* Adding a "latest" test for rpms, since I have been told this is not working. ...luke2006-06-261-0/+18
* Adding HUP and USR1 hooksluke2006-06-261-1/+2
* Fixing #178. I just added URI escaping and unescaping to file names.luke2006-06-201-0/+17
* Fixing #175. The setpidfile setting was being ignored.luke2006-06-201-0/+27
* Fixing #182. Added a retry section to try reconnecting to ldap. Only one re...luke2006-06-201-0/+43
* Setting pluginsync default to false, and (hopefully) fixing autosign problem ...luke2006-06-203-10/+42
* Fixing broken symlink behaviour mentioned on the listluke2006-06-201-0/+25
* Adding plugins and plugin management. The Master Client will now automatical...luke2006-06-201-0/+64
* Test that setting a state to 'absent' really deletes it from the configlutter2006-06-151-0/+15
* Adding test and fix for empty execs being ignoredluke2006-06-151-0/+2
* fixing interpreter to initialize ldap in the nodesearch_ldap method, which re...luke2006-06-151-0/+5
* fixing transaction tests to just warn when the user is not in more than one g...luke2006-06-141-0/+9
* Adding fixes for solaris zonesluke2006-06-132-14/+14
* Fixing #173. At this point, I am just calling both "--add" and "on", or "--d...luke2006-06-131-0/+4
* Fixing packaging to deal with the fact that yum exits with 0 exit code even w...luke2006-06-131-2/+3
* Correcting puppetrun docs and fixing a test so it works with older versions o...luke2006-06-131-1/+1
* Adding support for default nodes as requested in #136.luke2006-06-132-1/+59
* Fixing #169. Tags are ignored during config.luke2006-06-131-0/+21
* Fixing the main bug reported on the list today relating to file sourcing trun...luke2006-06-131-0/+63
* A round of bug-fixing in preparation for the next release.luke2006-06-138-9/+33
* adding nothing test to zone testsluke2006-06-121-3/+6
* Fixing ldap node lookup. The test was set up badly, in that it did not actua...luke2006-06-121-6/+2
* Found a bug where single-value selectors can fail on a second compile. Fixed...luke2006-06-091-0/+12
* Fixing #168. Reworked the regex to allow matching TLDs.luke2006-06-081-0/+9
* Fixing #167. Started with the submitted patch and made a few more modificati...luke2006-06-081-0/+31
* Fixing #157. Objects are no longer allowed to be their own parents, and ther...luke2006-06-081-0/+35
* Fixing #166. Function names are no longer reserved words.luke2006-06-081-3/+18
* Fixing #158. I did not add a force option, since I always back files up befo...luke2006-06-081-0/+45
* Fixing #154. Basically just accepted the patch that fixes master.rb and adde...luke2006-06-081-0/+18
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-081-0/+16
* Fixing #159 -- packages now have a default value for ensure (:installed).luke2006-06-081-2/+21
* Committing largely complete Solaris zone support. I still need to add static...luke2006-06-061-14/+171
* Fixing #163. Strings can now correctly escape dollar signs.luke2006-06-051-0/+10
* Intermediate commit; most of the core zone functions now work, and some of th...luke2006-06-021-13/+230
* Fixing node tests to handle comma separationluke2006-06-011-1/+1
* temporary commit so i can transfer my testing to a faster, sparc boxluke2006-06-011-0/+59
* Fixing #161. Basically, AST::ObjectDef now catches when users specify a name...luke2006-06-011-0/+24
* Fixing #162. Node names must now be comma-separated.luke2006-05-311-0/+19
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-254-10/+22
* Reworking cron; adding many unit tests, and making it much more like a Parsed...luke2006-05-252-13/+187
* Fixing #138, all of it, I think. Environment settings are now allowed, altho...luke2006-05-191-0/+39
* Adding a small fix to cron tabs; they will at least parse tabs that have env ...luke2006-05-191-0/+28
* Added the last of the tests for the runner, along with the necessary work in ...luke2006-05-181-20/+52
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-182-0/+168
* fixing user[:groups] management when the user is absentluke2006-05-181-6/+13
* Allowing empty filesluke2006-05-181-0/+14
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-181-0/+37
* Making sure file recursion works for all valid inputsluke2006-05-161-23/+26