summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/interpreter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-26/+22
* Not stripping domain info from the ldap node, as requestedluke2007-04-301-4/+0
* Adding a migration to create indexesluke2007-03-211-1/+1
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-4/+11
* Removing extraneous debuggingluke2007-02-181-5/+0
* Fixing a problem in collecting exported resources. Virtual resources worked ...luke2007-02-181-1/+6
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-161-7/+32
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-2/+2
* Further work on #407. I forgot to actually connect it to the interpreter int...luke2007-01-051-0/+4
* Fixing #407. You can use external_node to specify a command to retrieve your...luke2007-01-051-1/+49
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-031-1/+3
* Trying to clean up how rails is loadedluke2006-12-291-9/+9
* A couple of small bug-fixesluke2006-12-281-8/+2
* Loading the rails lib early on, so that the rails configuration parameters ar...luke2006-12-231-1/+1
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-15/+23
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-0/+12
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-191-2/+2
* Requiring puppet/rails in the interpreter before Rails.initluke2006-12-171-0/+1
* Changing some of the error output. This gets rid of the duplicated informati...luke2006-12-151-7/+3
* New rails stuff redux.shadoi2006-12-141-1/+1
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-2/+3
* Fixing #342. Classes needed to have their namespaces set to their fully qual...luke2006-11-171-1/+5
* Fixing configuration storage -- there was a check being done that caused fals...luke2006-11-151-8/+11
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-181-2/+4
* Fixing gennode; it was not actually adding the class code to the generated node.luke2006-10-161-13/+19
* Fixing weird case where the default node is in one node source and the real n...luke2006-10-051-8/+14
* Fixing ldap nodes -- they were always returning true because i was returning ...luke2006-10-051-1/+5
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-374/+685
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-191-12/+5
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-4/+1
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-12/+0
* This commit adds two important features (but which probably were notluke2006-09-151-0/+12
* Fixing the interpreter to nodesearch across all listed names, just like is do...luke2006-09-131-11/+13
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-031-1/+1
* First round of bugfixes in preparation for 0.18.4luke2006-07-211-11/+4
* Fixing bug in scope/interpreter where nodes found in ldap must have parent no...luke2006-07-181-0/+4
* Adding a unit test for plain "nodesearch"luke2006-07-181-0/+10
* Adding minimal update checking for templates. It will only check the templat...luke2006-07-031-63/+92
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-301-2/+2
* Fixing #182. Added a retry section to try reconnecting to ldap. Only one re...luke2006-06-201-1/+9
* fixing interpreter to initialize ldap in the nodesearch_ldap method, which re...luke2006-06-151-3/+5
* Fixing some logging issues with puppetmasterd when daemonized with verbose mo...luke2006-06-141-11/+22
* abstracting out ldap connections so that there is a single method responsible...luke2006-06-131-12/+22
* Fixing ldap usage when ldap libs are not availableluke2006-06-131-20/+28
* removing extraneous debuggingluke2006-06-131-2/+0
* Adding support for default nodes as requested in #136.luke2006-06-131-6/+21
* A round of bug-fixing in preparation for the next release.luke2006-06-131-1/+17
* Fixing ldap node lookup. The test was set up badly, in that it did not actua...luke2006-06-121-3/+11
* Adding support for following referralsluke2006-06-121-0/+1
* Wrapping the host storage into a transaction. It might have a slight perform...luke2006-05-151-9/+15