Puppet: System Administration Automated

Support

Ticket #1043 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

Autoloading searches each module for a "lib" directory but pluginsync uses "plugins"

Reported by: luke Assigned to: community
Priority: normal Milestone: 0.24.2
Component: library Version:
Severity: major Keywords: relationships,graph
Cc: Triage Stage: Needs design decision
Attached Patches: None Complexity: Easy

Description (Last modified by luke)

puppetmasterd cannot find library files in the modulepath because the autoloader is currently searching for lib directories instead of plugins, because the two aspects of the functionality were done by different people at different times.

These should be consolidated.

Change History

02/05/08 01:54:42 changed by luke

  • description changed.
  • summary changed from Autoloading searches each module for a {{{lib}}} directory but pluginsync uses {{{plugins}}} to Autoloading searches each module for a "lib" directory but pluginsync uses "plugins".

02/13/08 23:53:16 changed by luke

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [f8afe13]. Supporting both lib and plugins for now, with deprecation notices for lib.

Really, we should probably deprecate plugins, not lib...