| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | central logging is fully functional now, but it is painfully slow, so it is d... | luke | 2005-10-28 | 4 | -23/+20 |
* | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 11 | -115/+287 |
* | Adding logging methods to all Puppet::Element instances, and converting all i... | luke | 2005-10-26 | 29 | -140/+165 |
* | adding tags and path accessors | luke | 2005-10-26 | 1 | -2/+9 |
* | Further small bug fixes towards running puppet on my network | luke | 2005-10-25 | 7 | -87/+92 |
* | fixing sources so that they always have a corresponding checksum state | luke | 2005-10-23 | 2 | -13/+23 |
* | files and directories are now created as the correct user and group if they a... | luke | 2005-10-23 | 4 | -42/+54 |
* | The Puppet::Util.asuser function now works; had to slightly modify user.rb to... | luke | 2005-10-23 | 8 | -54/+222 |
* | general cleanup, as i move towards running it locally | luke | 2005-10-22 | 7 | -6/+66 |
* | Apt-cache was showing more information that I thought, so I had to redo how I... | luke | 2005-10-21 | 2 | -9/+21 |
* | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 15 | -99/+124 |
* | adding better docs to packages | luke | 2005-10-20 | 1 | -1/+5 |
* | "latest" is now a valid value for packages, and yum support is also included | luke | 2005-10-20 | 6 | -29/+184 |
* | making service changes; it is still basically non-functional except in the de... | luke | 2005-10-13 | 5 | -112/+140 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 8 | -35/+147 |
* | adding tag support to scopes and the transportable class | luke | 2005-10-04 | 3 | -10/+67 |
* | removing the redundant pfile from the pfile state file names | luke | 2005-10-02 | 8 | -7/+7 |
* | Switched @should to an array, so all objects can now handle that. I have not... | luke | 2005-10-02 | 19 | -1046/+1079 |
* | added overrides ability | luke | 2005-10-01 | 2 | -54/+84 |
* | switching all relationships to be centrally maintained and to use symbolic re... | luke | 2005-10-01 | 7 | -348/+484 |
* | Okay, services are now managed, um, entirely differently. I have the beginni... | luke | 2005-09-28 | 3 | -115/+329 |
* | 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 | 5 | -413/+400 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 15 | -172/+323 |
* | Hoping this will get rid of the directory being printed | shafer | 2005-09-23 | 3 | -16/+10 |
* | Nodes now support inheritance, for better or for worse. | luke | 2005-09-23 | 4 | -215/+249 |
* | The new "include" syntax works now. | luke | 2005-09-22 | 6 | -467/+646 |
* | 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 | 3 | -30/+70 |
* | I am still somewhat in mid-change, but I have made the biggest changes to mak... | luke | 2005-09-21 | 8 | -212/+259 |
* | adding a ParsedFile class to handle figuring out whether a file has changed | luke | 2005-09-21 | 1 | -0/+36 |
* | Okay, significant change -- classes no longer accept arguments (which makes t... | luke | 2005-09-21 | 4 | -319/+354 |
* | adding stinkloads of comments to ast.rb (I am trying to go through and better... | luke | 2005-09-20 | 3 | -516/+590 |
* | 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 | 1 | -1/+0 |
* | Successfully parsed my entire converted cfengine configuration; these are all... | luke | 2005-09-17 | 7 | -288/+358 |
* | Users and groups now work on OS X. I had to make some key changes to how tra... | luke | 2005-09-17 | 6 | -25/+32 |
* | fixing users on normal machines | luke | 2005-09-17 | 1 | -1/+13 |
* | Users and groups now nearly work on normal machines and on os x, and I think ... | luke | 2005-09-17 | 8 | -36/+204 |
* | all tests for users and groups pass again on fedora, debian, and solaris | luke | 2005-09-16 | 6 | -96/+146 |
* | 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 | 5 | -104/+271 |
* | cron is working, but i want to write quite a few more test cases | luke | 2005-09-16 | 1 | -52/+204 |
* | 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 |