HomePhorge

(#13888) Fix self.instances for systemd service provider
471057e432ccUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#13888) Fix self.instances for systemd service provider

Previously, attempting to run puppet resource service
on Fedora 16 resulted in a stack trace.

This commit resolves the issue so that self.instances should
work for systemd providers. The issue was that the instances
method was returning an Array of strings. This commit updates the
method to correctly return an Array of Provider instances.

Details

Provenance
Dan Bode <dan@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU42c8526aca72: (documentation) Change README.md to use backtick
Branches
Unknown
Tags
Unknown

Event Timeline

Dan Bode <dan@puppetlabs.com> committed rPU471057e432cc: (#13888) Fix self.instances for systemd service provider (authored by Dan Bode <dan@puppetlabs.com>).Apr 12 2012, 12:17 AM