| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 2 | -0/+15 |
| * | Adding openbsd packaging support | luke | 2006-01-17 | 1 | -2/+4 |
| * | Fixing problems where objects were passing @parameters[:param] objects, inste... | luke | 2006-01-17 | 1 | -2/+0 |
| * | Adding an "ensure" state where appropriate, and significantly reworking the b... | luke | 2006-01-17 | 15 | -43/+81 |
| * | Added "ensure" state to some classes, and added infrastructure for it to work... | luke | 2006-01-16 | 10 | -53/+103 |
| * | Adding sshkey class plus tests, and adding "aggregatable" methods to type.rb | luke | 2006-01-14 | 1 | -0/+121 |
| * | Adding another host to the test lists, adding some test data, and modifying h... | luke | 2006-01-14 | 7 | -16/+615 |
| * | Added "finish" method, using it in Type.finalize, and moved autorequire and s... | luke | 2006-01-13 | 2 | -1/+29 |
| * | Changing host and port aliases to also create Puppet aliases. This involved ... | luke | 2006-01-13 | 2 | -5/+20 |
| * | Fixing up the parsedtypes, fixing Type.eachtype to ignore structure types | luke | 2006-01-13 | 3 | -4/+99 |
| * | Adding /etc/services support | luke | 2006-01-13 | 2 | -29/+78 |
| * | finalizing cron and host management, hopefully | luke | 2006-01-13 | 2 | -5/+3 |
| * | Abstracting host support so it should easily support other types | luke | 2006-01-13 | 2 | -41/+21 |
| * | Adding initial host support. I can promise that this will soon (hopefully al... | luke | 2006-01-12 | 1 | -0/+93 |
| * | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 10 | -44/+115 |
| * | Fixed a couple of warnings, fixed a critical bug having to do with case state... | luke | 2006-01-12 | 1 | -0/+1 |
| * | Adding "content" state to files, and string interpolation handles escaped whi... | luke | 2006-01-12 | 1 | -0/+40 |
| * | Services now work at least somewhat on solaris 10, and service testing is pre... | luke | 2006-01-12 | 2 | -16/+115 |
| * | Fixing dependencies to not depend on file order. Added Puppet::Type.{finaliz... | luke | 2006-01-12 | 7 | -8/+49 |
| * | Fixing documentation generation, and fixing aliasing so that objects can safe... | luke | 2006-01-12 | 1 | -5/+13 |
| * | Adding "alias" metaparam; you can now create as many aliases as you want for ... | luke | 2006-01-12 | 1 | -0/+15 |
| * | Adding autorequire to files, and added the cwd to the list of files to be req... | luke | 2006-01-12 | 7 | -18/+45 |
| * | Adding a requires? method to types, fixed the bug where exec fail when Puppet... | luke | 2006-01-11 | 1 | -0/+49 |
| * | Adding Sun support and fixing the last remaining bugs related to the daemon c... | luke | 2006-01-11 | 3 | -33/+60 |
| * | Supporting puppetmasterd running as a non-root user, and doing some basic mes... | luke | 2006-01-10 | 1 | -0/+1 |
| * | Adding some consistencies to the executable tests. All exe tests now pass on... | luke | 2006-01-10 | 6 | -51/+41 |
| * | Updating Puppet to work with the new Facter | luke | 2006-01-09 | 3 | -22/+9 |
| * | All tests pass now, although the lack of service support on os x means that i... | luke | 2006-01-09 | 5 | -12/+26 |
| * | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 30 | -367/+373 |
| * | Undoing the merge that happened in 785 | luke | 2006-01-07 | 30 | -364/+325 |
| * | Merging in refactoring from version 774 into version 784 | luke | 2006-01-07 | 30 | -325/+364 |
| * | updates | luke | 2006-01-07 | 2 | -3/+5 |
| * | Fixing two reported bugs in cron jobs. Cron jobs correctly change when field... | luke | 2006-01-03 | 1 | -13/+92 |
| * | converting storage from Marshal to YAML | luke | 2006-01-03 | 2 | -1/+9 |
| * | adding Util.lock, and switching storage to using it | luke | 2006-01-02 | 1 | -0/+21 |
| * | removing any direct references to /tmp in tests | luke | 2005-11-24 | 16 | -68/+46 |
| * | fixing files being put directly into tmp | luke | 2005-11-24 | 1 | -4/+4 |
| * | removing marks | luke | 2005-11-22 | 2 | -2/+0 |
| * | fixing tests to work from any CWD | luke | 2005-11-22 | 2 | -8/+18 |
| * | fixing incredibly annoying bug where os x returns stupidly large uid when uid... | luke | 2005-11-22 | 1 | -2/+2 |
| * | updates from os x | luke | 2005-11-22 | 2 | -1/+4 |
| * | updates | luke | 2005-11-22 | 6 | -6/+10 |
| * | adding cfengine module, which required passing the cfengine classes all the w... | luke | 2005-11-17 | 2 | -2/+62 |
| * | fixing filesources so that the first found file is copied, and adding a test ... | luke | 2005-11-16 | 2 | -1/+34 |
| * | Mostly fixing exec so it either captures stderr or runs as a user; Process.eu... | luke | 2005-11-16 | 1 | -5/+1 |
| * | Lots of refactoring, and added the capture_stderr method | luke | 2005-11-16 | 17 | -58/+117 |
| * | Further progress towards the next release. Lots of small bugs fixed, the pat... | luke | 2005-11-01 | 6 | -17/+202 |
| * | Making paths work a little more intelligently | luke | 2005-11-01 | 1 | -1/+3 |
| * | adding config file stuff, but not using it yet. I have decided to release th... | luke | 2005-10-31 | 1 | -0/+104 |
| * | Cleaning up tests resulting from the changes to the parser | luke | 2005-10-30 | 6 | -25/+10 |