summaryrefslogtreecommitdiffstats
path: root/lib/puppet/metatype
Commit message (Expand)AuthorAgeFilesLines
* updating resource references in the docsLuke Kanies2008-03-181-3/+3
* Fixing #1118 -- downloading plugins and facts now ignores noop.Luke Kanies2008-03-131-1/+5
* Fixing #1084 -- the node catalog asks the individualLuke Kanies2008-02-251-0/+4
* Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-17/+2
* Adding more information to dependencies that do not resolveLuke Kanies2008-02-071-1/+1
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-113-9/+9
* Fixing #946.Luke Kanies2007-12-101-4/+2
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-283-12/+5
* Fixing #931 by keeping track in configurations ofLuke Kanies2007-11-272-67/+1
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-194-14/+54
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-182-8/+8
* This commit is the first run at removing all globalLuke Kanies2007-11-133-47/+7
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-122-14/+32
* Switching the base class for the Relationship class.Luke Kanies2007-11-081-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-0310-10/+0
* The structure for handling resource generation is nowLuke Kanies2007-09-221-3/+2
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-173-25/+3
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-2/+3
* Fixing #801 -- resources that have changes when running in noop mode do not r...Luke Kanies2007-09-071-1/+10
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-061-1/+1
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-2/+2
* Actually honour :namevar => true on newparam calls(no author)2007-08-121-0/+2
* Fixing #725. I was apparently not deleting the alias I was creating to the c...luke2007-07-191-5/+14
* The first round of bug-fixes in preparation for beakerluke2007-07-191-0/+5
* Fixing the instances method. It now works when there are already managed res...luke2007-07-121-6/+19
* Fixing the :check metaparam so it does not try to check unsupported parametersluke2007-07-121-1/+8
* Applying docs patch by David Schmitt from #713luke2007-07-121-1/+6
* Fixing the first half of #705 -- matching no longer fails. I think this also...luke2007-07-121-27/+0
* Fixing transactions so that they do not flush resources that are in noopluke2007-07-112-6/+6
* Adding support for a "mailalias" type, with /etc/aliases support initially. ...luke2007-07-101-13/+7
* Changing "element" to "resource" in the documentation, which just aligns with...luke2007-07-092-6/+6
* Fixing #704 -- Puppet was not failing correctly when schedules were missing, ...luke2007-07-042-25/+12
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-045-10/+21
* Modifying the check metaparam so that it just silently ignores metaparams and...luke2007-06-151-2/+6
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-4/+20
* Fixing the few test failures that resulted from the changes to provider listingluke2007-06-051-1/+6
* Significantly reworked the type => provider interface with respect toluke2007-06-042-28/+32
* Attempting to fix the fact that the yum package provider calls [] on the ensu...luke2007-05-141-0/+2
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-2/+1
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-093-24/+24
* Fixing #606 -- now only components mention @children.luke2007-05-092-45/+3
* Removed the testing method: checknewinsync.ballman2007-05-091-15/+0
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-093-50/+73
* Adding a "supports_parameter?" method to test whether a given provider suppor...luke2007-05-011-15/+13
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-251-0/+23
* Last modifications to rst conversion before bedtimeluke2007-04-241-1/+1
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-11/+9
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-191-4/+2
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-192-83/+20
* Adding provider features. Woot!luke2007-03-191-0/+76