summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-0116-149/+241
* Making paths work a little more intelligentlyluke2005-11-015-20/+35
* adding config file stuff, but not using it yet. I have decided to release th...luke2005-10-312-0/+50
* Cleaning up tests resulting from the changes to the parserluke2005-10-303-9/+12
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-303-48/+147
* Fixed merging of state values, but I have not yet solved merging of parameter...luke2005-10-293-66/+90
* Protecting from bug in Syslog, and fixing some more log messagesluke2005-10-297-66/+79
* 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-2812-122/+289
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-2630-141/+173
* 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-239-55/+224
* 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-235-217/+251
* 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-178-289/+359
* 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