puppetlabs / puppetlabs-stdlib

Puppet Labs Standard Library module
http://forge.puppetlabs.com/puppetlabs/stdlib
Apache License 2.0
348 stars 580 forks source link

Rewrite validate_email_address() as a Puppet 4.x function #1350

Closed smortex closed 1 year ago

smortex commented 1 year ago

The 3.x function rely on is_email_address() which is deprecated. Rewrite it using the more modern puppet 4.x function to rely on data types for better parameters validation.

puppet-community-rangefinder[bot] commented 1 year ago

validate_email_address is a function

that may have no external impact to Forge modules.

validate_email_address is a function

that may have no external impact to Forge modules.

This module is declared in 318 of 580 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.