Puppet: System Administration Automated

Support

Ticket #613 (closed refactor: fixed)

Opened 2 years ago

Last modified 7 months ago

Parameter class creation should be unified

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

Description

There are methods for creating each of the different parameter types -- parameter, metaparam, and property -- and they're all arbitrarily different.

I'm adding the ability to restrict a parameter's function to providers with a given set of features, and I'm having to modify all of the methods to do so; it's silly.

Change History

04/24/08 08:15:30 changed by luke

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

I think I did this a long time ago, actually.