Refactor #7858
Replace use of Puppet::Plugin
Status:
Rejected
Priority:
Normal
Assignee:
-
Description
Puppet::Plugin, the hacky method for loading the progress bar monkey patches into the Puppet apply run, will be removed in Puppet 4.
Related issues
History
#1
Updated by Dominic Cleal over 7 years ago
- Blocks Tracker #8447: Puppet 4 support added
#2
Updated by Dominic Cleal about 6 years ago
- Status changed from New to Rejected
The progress bar doesn't use Puppet::Plugin, it monkey patches via a parser function so this requires no change other than adding 4.x as a working version.