Puppet: System Administration Automated

Support

Ticket #891 (closed enhancement: fixed)

Opened 1 year ago

Last modified 11 months ago

create a unified plugins/ mount and collect modules' plugins/ there

Reported by: DavidS Assigned to: community
Priority: normal Milestone: misspiggy
Component: server Version: 0.23.2
Severity: normal Keywords: plugins, modules
Cc: Triage Stage: Ready for checkin
Attached Patches: Code Complexity: Unknown

Description

As described shortly in #770, Debian's packages support modules with a plugins/ directory which will be automatically collected into a "plugins" mount, which is distributed to all clients which do --pluginsync.

Matthew Palmer's patch is at http://theshed.hezmatt.org/mattshacks/puppet/_patches/load_plugins_from_modules/20070831054902-6856b-0fd1481621def5d0c4d1ae48fb2f1dc357767c1e.patch

Change History

11/08/07 20:39:50 changed by DavidS

  • type changed from defect to enhancement.
  • milestone set to misspiggy.

11/08/07 21:18:59 changed by DavidS

I applied Matt'spatch to my repo into the rest/fix-891 patch at git://git.black.co.at/puppet-bugfixes

11/19/07 11:34:10 changed by DavidS

  • stage changed from Unreviewed to Ready for checkin.

since this is running in the debian package for quite some time, I set this to "Ready for Checkin"

Of course, any errors found are probably mine, when I wriggled the patch into the current codebase.

11/25/07 06:18:37 changed by luke

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

Merged in [4e9c39e6a7ca5ebb9d8343d1e6b835e24c257200].

See Plugins InModules for usage.