summaryrefslogtreecommitdiffstats
path: root/lib/puppet/module.rb
Commit message (Expand)AuthorAgeFilesLines
* (#4142) Fix module check not to fail when empty metadata.jsonMatt Robinson2011-07-121-1/+4
* Fixing Module#path detectionLuke Kanies2011-03-251-1/+1
* maint: Remove spec run noiseMatt Robinson2011-03-081-1/+1
* Fix for #4220 -- modules not implicitly loading their init filesMarkus Roberts2010-07-131-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-197/+197
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Fix for #4178 - generalize autoloading to include .rbLuke Kanies2010-07-091-15/+5
* Fix for #4142 stray use of JSON instead of PSONMarkus Roberts2010-07-061-1/+1
* Improve error messageDavid Schmitt2010-02-171-1/+1
* Making a Puppet::Module test more resilientLuke Kanies2010-04-131-3/+3
* Fixing #3407 Failing tests in spec/unit/node/environment.rbJesse Wolfe2010-03-221-12/+8
* Adding module metadataLuke Kanies2009-12-091-0/+74
* Ticket #2525 don't fail find_manifest on invalid module namesMarkus Roberts2009-09-051-1/+1
* Refactoring the Module/Environment co-interfaceLuke Kanies2009-08-181-22/+13
* Fixing #1544 - plugins in modules now works againLuke Kanies2009-08-181-0/+2
* Using the logging utilities to clean up module warningsLuke Kanies2009-06-191-1/+12
* Fixing #1064 - Deprecating module 'plugins' directoriesLuke Kanies2009-06-191-1/+12
* Fixing #2323 - Modules use environments correctlyLuke Kanies2009-06-121-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Modules now can find their own pathsLuke Kanies2009-05-151-23/+65
* Moving file-searching code out of Puppet::ModuleLuke Kanies2009-05-151-88/+1
* Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-191-1/+5
* Using the Environments to handle a lot of Module searchingLuke Kanies2009-02-181-37/+2
* Adding support for finding all modules in a given path.Luke Kanies2009-02-181-0/+22
* Adding new methods to Puppet::Module.Luke Kanies2009-02-181-7/+20
* Refactoring Puppet::Module a bit.Luke Kanies2009-02-181-22/+18
* Finishing the work to use Puppet::Resource instead of TransObjectLuke Kanies2008-12-181-2/+7
* Fixes #1773 - no longer check for absolute pathsThom May2008-11-291-1/+1
* Fix regression when templatedir doesn't exist.Brice Figureau2008-10-081-8/+14
* Bug #1550 - Rework to avoid regressing rspec tests, add new rspec tests for t...Paul Nasrat2008-09-201-9/+15
* Allow a templatedir to be colon separated.Thom May2008-09-201-3/+15
* Fixed #1012 - templates in the templatedir are preferred to module templates.Luke Kanies2008-06-161-1/+5
* Fixing #1173 -- classes and definitions can now have the sameLuke Kanies2008-04-101-1/+1
* Integrating Matt Palmer's patch to provide a 'plugins'Luke Kanies2007-11-241-1/+3
* fix #891: create a plugins mount which collects all modules' plugins/ subdirsDavid Schmitt2007-11-081-4/+17
* Adding more behaviours to the Puppet::Module spec,Luke Kanies2007-10-031-6/+7
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-2/+2
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-6/+14
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-251-26/+30
* Fixing #596 -- classes in modules now autoloadluke2007-07-061-0/+115