Puppet: System Administration Automated

Support

Ticket #621 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

Modify plugin syncing so it uses the libdir

Reported by: luke Assigned to: luke
Priority: high Milestone: beaker
Component: library Version:
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Easy

Description

As discussed on the list, there should be a single directory in which people can put their custom code, rather than modifying the core locations in the rest of the system.

Change History

05/09/07 21:06:34 changed by luke

  • status changed from new to assigned.
  • milestone set to elmo.

07/09/07 22:53:27 changed by luke

  • summary changed from Create a separate 'plugins' directory to Modify plugin syncing so it uses the libdir.
  • milestone changed from elmo to beaker.

I'm thinking that we can just use the already-existing libdir setting and just change pluginsync to sync to that directory instead of creating a separate plugins directory. Really, Ruby's builtin support for a long search path solves this problem just fine, so the only problems are getting the libraries to the client and loading them in puppetd.

Thus, I'm renaming this ticket to be more appropriate. I'm also upping the timeline because I need this for something I'm doing.

07/10/07 06:17:22 changed by luke

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

Fixed in [2669].