summaryrefslogtreecommitdiffstats
path: root/lib/puppet/metatype
Commit message (Expand)AuthorAgeFilesLines
* (#4416) Ensure types are providified after reloadingNick Lewis2011-06-101-0/+1
* Cleanup indentation, comment, and unused codeNick Lewis2011-06-101-20/+6
* Code smell: Two space indentationMarkus Roberts2010-07-091-109/+109
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-5/+17
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-2/+2
* Fixing some compatibility and old testsLuke Kanies2010-02-171-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-3/+3
* Removing files that git wasn't smart enough to remote during a merge.Luke Kanies2008-09-235-904/+0
* Merge branch '0.24.x'Luke Kanies2008-09-236-1184/+0
|\
| * Fixing #1576 - moving all of the Puppet::Type code back into type.rb.Luke Kanies2008-09-1510-2109/+0
* | Merge branch '0.24.x'Luke Kanies2008-08-181-1/+2
|\|
| * Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-1/+2
* | Merge branch '0.24.x'Luke Kanies2008-07-041-2/+2
|\|
| * Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.Luke Kanies2008-07-031-2/+2
* | Merge branch '0.24.x'Luke Kanies2008-04-111-7/+3
|\|
| * Resources now return the 'should' value for properties fromLuke Kanies2008-04-111-7/+3
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-314-34/+30
|\|
| * Fixing #571 -- provider suitability is now checked at resourceLuke Kanies2008-03-242-9/+7
| * Modifying the way ensure is handled so that it supportsLuke Kanies2008-03-241-3/+8
| * 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
* | Another round of fixes toward making global resources work.Luke Kanies2008-01-094-7/+14
* | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-084-35/+7
|/
* 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