| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Okay, services are now managed, um, entirely differently. I have the beginni... | luke | 2005-09-28 | 4 | -136/+343 |
* | adding a test for includes | luke | 2005-09-28 | 1 | -0/+17 |
* | moving specific packaging support into separate files | luke | 2005-09-27 | 5 | -318/+333 |
* | fixing behaviour when files are missing | luke | 2005-09-26 | 1 | -2/+2 |
* | fixing output in noop | luke | 2005-09-26 | 1 | -1/+1 |
* | Rearranging the packaging support a bit -- it is now more clear and significa... | luke | 2005-09-24 | 7 | -483/+439 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 24 | -187/+679 |
* | Hoping this will get rid of the directory being printed | shafer | 2005-09-23 | 4 | -28/+112 |
* | Nodes now support inheritance, for better or for worse. | luke | 2005-09-23 | 7 | -221/+313 |
* | The new "include" syntax works now. | luke | 2005-09-22 | 11 | -490/+715 |
* | fixing "ignore" documentation to parse RST correctly. | luke | 2005-09-22 | 1 | -2/+5 |
* | Okay, all tests pass again. The work done on nodes will take a little while ... | luke | 2005-09-22 | 10 | -38/+100 |
* | I am still somewhat in mid-change, but I have made the biggest changes to mak... | luke | 2005-09-21 | 10 | -305/+464 |
* | adding a ParsedFile class to handle figuring out whether a file has changed | luke | 2005-09-21 | 2 | -0/+66 |
* | converting tc_relationships.rb to the test base class | luke | 2005-09-21 | 1 | -14/+6 |
* | Okay, significant change -- classes no longer accept arguments (which makes t... | luke | 2005-09-21 | 10 | -358/+720 |
* | adding stinkloads of comments to ast.rb (I am trying to go through and better... | luke | 2005-09-20 | 3 | -516/+590 |
* | adding some new language tests | luke | 2005-09-19 | 3 | -1/+27 |
* | added log, metaloglevel and @metaparams to support setting loglevels | shafer | 2005-09-19 | 1 | -9/+40 |
* | switching log.rb to raise Puppet::DevError events | luke | 2005-09-19 | 2 | -5/+10 |
* | My cfengine2puppet config now entirely parses. The biggest problem I ran int... | luke | 2005-09-18 | 5 | -39/+82 |
* | adding --noop to puppet executable, and removing some extraneous comments | luke | 2005-09-17 | 2 | -1/+4 |
* | Successfully parsed my entire converted cfengine configuration; these are all... | luke | 2005-09-17 | 11 | -291/+398 |
* | Users and groups now work on OS X. I had to make some key changes to how tra... | luke | 2005-09-17 | 7 | -42/+72 |
* | fixing users on normal machines | luke | 2005-09-17 | 2 | -4/+16 |
* | Users and groups now nearly work on normal machines and on os x, and I think ... | luke | 2005-09-17 | 10 | -145/+323 |
* | all tests for users and groups pass again on fedora, debian, and solaris | luke | 2005-09-16 | 7 | -96/+147 |
* | temporary commit so i can move to my workstation; groups and users are way b0... | luke | 2005-09-16 | 5 | -464/+512 |
* | Creating a "change_to_s" method on State, so individual states can override a... | luke | 2005-09-16 | 2 | -16/+26 |
* | Cron is now fully functional and tested on 3 platforms. In order to make it ... | luke | 2005-09-16 | 10 | -160/+460 |
* | adding keywords | luke | 2005-09-16 | 1 | -1/+0 |
* | adding keywords | luke | 2005-09-16 | 1 | -2/+3 |
* | cron is working, but i want to write quite a few more test cases | luke | 2005-09-16 | 2 | -58/+329 |
* | small fixing to merge(), and changing output of statechange | luke | 2005-09-16 | 2 | -3/+11 |
* | finishing up merge method | luke | 2005-09-16 | 1 | -14/+11 |
* | making "Type.new" private, and switching to "Type.create", so that i can merg... | luke | 2005-09-16 | 33 | -190/+335 |
* | switching FileTesting to a class, and modifying test suites as appropriate | luke | 2005-09-16 | 9 | -308/+253 |
* | removed directory output | shafer | 2005-09-15 | 1 | -1/+0 |
* | adding extra checks to make sure networking is secure, and refactoring a heck... | luke | 2005-09-15 | 21 | -902/+781 |
* | fixed problem using arrays | shafer | 2005-09-15 | 1 | -2/+7 |
* | cleaning up tests a bit; mostly just making sure tests clean up after themsel... | luke | 2005-09-15 | 5 | -18/+16 |
* | debugged ignore in fileserver, added tests to ignore tc and fixed server.list... | shafer | 2005-09-15 | 6 | -48/+132 |
* | fixing some tests | luke | 2005-09-15 | 7 | -71/+35 |
* | moving some testing and debugging around | luke | 2005-09-15 | 2 | -23/+1 |
* | fixing non-netinfo group | luke | 2005-09-15 | 1 | -1/+1 |
* | fixing non-netinfo group | luke | 2005-09-15 | 1 | -2/+8 |
* | modifications to eliminate code duplication in state creation, mostly to supp... | luke | 2005-09-15 | 7 | -190/+177 |
* | preparations for supporting netinfo in users | luke | 2005-09-15 | 1 | -0/+27 |
* | switching groups back to having namevar be a parameter instead of a state | luke | 2005-09-15 | 2 | -18/+23 |
* | fileserver still has a bug | shafer | 2005-09-14 | 1 | -30/+1 |