summaryrefslogtreecommitdiffstats
path: root/lib/puppet/transportable.rb
Commit message (Expand)AuthorAgeFilesLines
* Enclose values in single, not double quotes; otherwise if values have $ in th...lutter2007-01-101-3/+3
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-6/+8
* Raising element creation errors up outside the "create" method, so that tests...luke2006-09-151-3/+5
* Fixing array printing in to_manifestluke2006-08-301-1/+5
* A round of bug-fixing in preparation for the next release.luke2006-06-131-6/+0
* Fixing #157. Objects are no longer allowed to be their own parents, and ther...luke2006-06-081-9/+3
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-151-2/+2
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-2/+28
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-131-0/+11
* Fixing TransObject#to_type so that it does not modify the object being convertedluke2006-04-301-15/+7
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-281-4/+11
* Removing all of the autoname codeluke2006-02-271-2/+1
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-7/+8
* Fixing nodes so that their paths are printed correctlyluke2006-02-251-2/+3
* Fixing bug when creating containers with parentsluke2006-02-231-2/+4
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-101-18/+45
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-3/+3
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-1/+0
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-1/+34
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-8/+4
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-15/+67
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-1/+1
* Undoing the merge that happened in 785luke2006-01-071-1/+1
* Merging in refactoring from version 774 into version 784luke2006-01-071-1/+1
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-50/+33
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-301-6/+5
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-1/+1
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-261-0/+1
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-211-1/+1
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-1/+5
* adding tag support to scopes and the transportable classluke2005-10-041-0/+6
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-211-26/+1
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-2/+13
* Cron is now fully functional and tested on 3 platforms. In order to make it ...luke2005-09-161-17/+1
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-161-2/+2
* fixing error handling so that failed objects are completely destroyed; they w...luke2005-09-131-3/+1
* intermediate commit so cron is not loadedluke2005-09-121-25/+29
* Execution order is now based on dependency relationships, and those relations...Luke Kanies2005-08-181-1/+1
* just fixed an incredibly ugly bug where @parent meant both parent array and p...Luke Kanies2005-08-171-2/+4
* done a lot of work on certificates; all tests except one puppetca test passLuke Kanies2005-08-091-1/+3
* removing silly messageLuke Kanies2005-07-221-1/+0
* okay, sources seem to be much more understandable here -- only the recursion ...Luke Kanies2005-07-221-45/+2
* recursive file copying now works even with some limited number of errorsLuke Kanies2005-07-201-7/+18
* removed type.method() syntax, and replaced it with Type { default => value} s...Luke Kanies2005-07-161-9/+19
* converting debug() back to Puppet.debug()Luke Kanies2005-07-141-5/+12
* converting to "include Puppet" and not qualifing output methodsLuke Kanies2005-07-121-6/+6
* further output cleanup, and fixed the problem with tc_server.rb leaving sleep...Luke Kanies2005-06-291-7/+5
* fixing debugging to severely reduce output but allow it when debugging a spec...Luke Kanies2005-06-291-3/+3
* logging now exactly supports the list of levels that syslog supports, and mul...Luke Kanies2005-06-281-3/+3
* renaming blink to puppetLuke Kanies2005-06-271-16/+16