Puppet: System Administration Automated

Support

Ticket #605 (closed refactor: fixed)

Opened 2 years ago

Last modified 2 years ago

Providers should refer to '@resource' instead of '@model'

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

Description

Providers were developed before we had standardized on the term 'resource', and they refer to '@model'. Provider instances should definitely refer to '@resource' instead, and the classes should probably refer to '@resource_type' or something similar.

For backwards compatibility, @model should still be set, but the methods should throw a warning.

Change History

05/09/07 02:20:45 changed by luke

  • priority changed from normal to high.

05/09/07 20:58:38 changed by luke

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

This is a small change internally and should be pretty easy, but it significantly cleans up the terminology, which is important.

05/10/07 05:33:55 changed by luke

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

Fixed in [2501].