summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-1/+1
* Changing "set" to "tag"luke2006-04-115-12/+38
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-0/+4
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+4
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-115-399/+435
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-111-1/+7
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-102-5/+14
* Fixing #117. If only one value was provided, then it was not placed in an arr...luke2006-04-101-0/+2
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-053-955/+880
* adding -e ability to puppet executableluke2006-04-041-20/+26
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-044-362/+345
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-043-9/+7
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-315-294/+381
* Using undefined variables is no longer an exception, it just returns an empty...luke2006-03-111-4/+5
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-092-45/+18
* Fixing #97. I was wrong about the object type I had, so I was calling "type"...luke2006-03-091-1/+1
* making case statements not create a new scopeluke2006-03-061-1/+1
* fixing some more logging issuesluke2006-03-061-4/+2
* Supporting variables as the test value in both case statements and selectors.luke2006-03-034-220/+237
* Definitions now always create their own context, which means that they cannot...luke2006-03-032-15/+5
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-012-11/+11
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-284-147/+276
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+7
* Fixing bug #73; node names now appear only once in the pathluke2006-02-273-6/+20
* Fixing bug #75, providing support for unnecessary end commas.luke2006-02-272-118/+128
* Removing all of the autoname codeluke2006-02-273-33/+3
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-2721-162/+330
* Switching setclass to use object_ids instead of class names, and adding some ...luke2006-02-272-8/+12
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-274-90/+75
* Generate an error if the pattern for an import statement matches no file.lutter2006-02-232-22/+32
* Fix failure of test_importglobbing in test/parser/parser.rblutter2006-02-222-24/+44
* Adding single-quote syntactical elementluke2006-02-164-342/+372
* Changing transactions to be one-stage instead of two, and changing most of th...luke2006-02-162-2/+0
* Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ...luke2006-02-151-1/+5
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-143-6/+168
* Fixing some problems with cron tab management, and creating Puppet::Util.{u,g...luke2006-02-131-0/+3
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-102-2/+3
* replacing all occurences of "is_a?" in the parser with "instance_of?"luke2006-02-082-46/+46
* Fixing bug that occurs with only one argumentluke2006-02-083-7/+7
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-072-3/+5
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-079-38/+82
* Fix snippet_componentmetaparams testlutter2006-02-071-1/+1
* Fixing class storage -- it was not working for nodescopesluke2006-01-302-15/+19
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-4/+22
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-1815-119/+111
* Fixing most types to allow no statementsluke2006-01-182-210/+358
* Moving ast classes into separate filesluke2006-01-1318-1442/+1496
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-122-2/+17
* Fixed a couple of warnings, fixed a critical bug having to do with case state...luke2006-01-123-7/+10
* Adding "content" state to files, and string interpolation handles escaped whi...luke2006-01-121-1/+1