summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Okay, services are now managed, um, entirely differently. I have the beginni...luke2005-09-284-136/+343
* adding a test for includesluke2005-09-281-0/+17
* moving specific packaging support into separate filesluke2005-09-275-318/+333
* fixing behaviour when files are missingluke2005-09-261-2/+2
* fixing output in noopluke2005-09-261-1/+1
* Rearranging the packaging support a bit -- it is now more clear and significa...luke2005-09-247-483/+439
* Many, many changes toward a completely functional system. The only current p...luke2005-09-2324-187/+679
* Hoping this will get rid of the directory being printedshafer2005-09-234-28/+112
* Nodes now support inheritance, for better or for worse.luke2005-09-237-221/+313
* The new "include" syntax works now.luke2005-09-2211-490/+715
* fixing "ignore" documentation to parse RST correctly.luke2005-09-221-2/+5
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-2210-38/+100
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-2110-305/+464
* adding a ParsedFile class to handle figuring out whether a file has changedluke2005-09-212-0/+66
* converting tc_relationships.rb to the test base classluke2005-09-211-14/+6
* Okay, significant change -- classes no longer accept arguments (which makes t...luke2005-09-2110-358/+720
* adding stinkloads of comments to ast.rb (I am trying to go through and better...luke2005-09-203-516/+590
* adding some new language testsluke2005-09-193-1/+27
* added log, metaloglevel and @metaparams to support setting loglevelsshafer2005-09-191-9/+40
* switching log.rb to raise Puppet::DevError eventsluke2005-09-192-5/+10
* My cfengine2puppet config now entirely parses. The biggest problem I ran int...luke2005-09-185-39/+82
* adding --noop to puppet executable, and removing some extraneous commentsluke2005-09-172-1/+4
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-1711-291/+398
* Users and groups now work on OS X. I had to make some key changes to how tra...luke2005-09-177-42/+72
* fixing users on normal machinesluke2005-09-172-4/+16
* Users and groups now nearly work on normal machines and on os x, and I think ...luke2005-09-1710-145/+323
* all tests for users and groups pass again on fedora, debian, and solarisluke2005-09-167-96/+147
* temporary commit so i can move to my workstation; groups and users are way b0...luke2005-09-165-464/+512
* Creating a "change_to_s" method on State, so individual states can override a...luke2005-09-162-16/+26
* Cron is now fully functional and tested on 3 platforms. In order to make it ...luke2005-09-1610-160/+460
* adding keywordsluke2005-09-161-1/+0
* adding keywordsluke2005-09-161-2/+3
* cron is working, but i want to write quite a few more test casesluke2005-09-162-58/+329
* small fixing to merge(), and changing output of statechangeluke2005-09-162-3/+11
* finishing up merge methodluke2005-09-161-14/+11
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-1633-190/+335
* switching FileTesting to a class, and modifying test suites as appropriateluke2005-09-169-308/+253
* removed directory outputshafer2005-09-151-1/+0
* adding extra checks to make sure networking is secure, and refactoring a heck...luke2005-09-1521-902/+781
* fixed problem using arraysshafer2005-09-151-2/+7
* cleaning up tests a bit; mostly just making sure tests clean up after themsel...luke2005-09-155-18/+16
* debugged ignore in fileserver, added tests to ignore tc and fixed server.list...shafer2005-09-156-48/+132
* fixing some testsluke2005-09-157-71/+35
* moving some testing and debugging aroundluke2005-09-152-23/+1
* fixing non-netinfo groupluke2005-09-151-1/+1
* fixing non-netinfo groupluke2005-09-151-2/+8
* modifications to eliminate code duplication in state creation, mostly to supp...luke2005-09-157-190/+177
* preparations for supporting netinfo in usersluke2005-09-151-0/+27
* switching groups back to having namevar be a parameter instead of a stateluke2005-09-152-18/+23
* fileserver still has a bugshafer2005-09-141-30/+1