puppetlabs / puppetlabs-node_manager

Create and manage PE node groups as resources.
Apache License 2.0
10 stars 21 forks source link

Add deprecation warning to classes #22

Closed WhatsARanjit closed 7 years ago

WhatsARanjit commented 7 years ago

Currently, the classes that exist in this module install the puppetclassify gem. The puppetclassify provider has been deprecated. When it is removed, the classes will no longer be necessary. The following should be done:

WhatsARanjit commented 7 years ago

Added in 0.4.2 with a flag to turn the message off.

    notify { 'This class is deprecated':
      message  => 'HTTPS provider no longer needs puppetclassify gem.',
      loglevel => 'warning',
    }