summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-1/+3
* 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
* removing "host" as a keyword; it was an alias for "node"luke2006-01-031-1/+0
* removing ruby shebang at the top of all of the filesluke2005-11-231-3/+2
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-172-2/+14
* Adding "isomorphic?" method to classes, and testing for isomorphism before th...luke2005-11-021-9/+14
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-5/+3
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-302-42/+142
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-281-1/+1
* Further small bug fixes towards running puppet on my networkluke2005-10-253-83/+62
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-231-1/+1