summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-284-23/+20
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-2811-115/+287
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-2629-140/+165
* adding tags and path accessorsluke2005-10-261-2/+9
* Further small bug fixes towards running puppet on my networkluke2005-10-257-87/+92
* fixing sources so that they always have a corresponding checksum stateluke2005-10-232-13/+23
* files and directories are now created as the correct user and group if they a...luke2005-10-234-42/+54
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-238-54/+222
* general cleanup, as i move towards running it locallyluke2005-10-227-6/+66
* Apt-cache was showing more information that I thought, so I had to redo how I...luke2005-10-212-9/+21
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-2115-99/+124
* adding better docs to packagesluke2005-10-201-1/+5
* "latest" is now a valid value for packages, and yum support is also includedluke2005-10-206-29/+184
* making service changes; it is still basically non-functional except in the de...luke2005-10-135-112/+140
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-108-35/+147
* adding tag support to scopes and the transportable classluke2005-10-043-10/+67
* removing the redundant pfile from the pfile state file namesluke2005-10-028-7/+7
* Switched @should to an array, so all objects can now handle that. I have not...luke2005-10-0219-1046/+1079
* added overrides abilityluke2005-10-012-54/+84
* switching all relationships to be centrally maintained and to use symbolic re...luke2005-10-017-348/+484
* Okay, services are now managed, um, entirely differently. I have the beginni...luke2005-09-283-115/+329
* 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-245-413/+400
* Many, many changes toward a completely functional system. The only current p...luke2005-09-2315-172/+323
* Hoping this will get rid of the directory being printedshafer2005-09-233-16/+10
* Nodes now support inheritance, for better or for worse.luke2005-09-234-215/+249
* The new "include" syntax works now.luke2005-09-226-467/+646
* 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-223-30/+70
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-218-212/+259
* adding a ParsedFile class to handle figuring out whether a file has changedluke2005-09-211-0/+36
* Okay, significant change -- classes no longer accept arguments (which makes t...luke2005-09-214-319/+354
* adding stinkloads of comments to ast.rb (I am trying to go through and better...luke2005-09-203-516/+590
* 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-171-1/+0
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-177-288/+358
* Users and groups now work on OS X. I had to make some key changes to how tra...luke2005-09-176-25/+32
* fixing users on normal machinesluke2005-09-171-1/+13
* Users and groups now nearly work on normal machines and on os x, and I think ...luke2005-09-178-36/+204
* all tests for users and groups pass again on fedora, debian, and solarisluke2005-09-166-96/+146
* 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-165-104/+271
* cron is working, but i want to write quite a few more test casesluke2005-09-161-52/+204
* small fixing to merge(), and changing output of statechangeluke2005-09-162-3/+11
* finishing up merge methodluke2005-09-161-14/+11