diff options
author | Hunter Haugen <hunter@puppet.com> | 2016-05-11 16:48:12 -0700 |
---|---|---|
committer | Hunter Haugen <hunter@puppet.com> | 2016-05-11 16:48:12 -0700 |
commit | 7a008a70b6faa8e06df966677376cb84a80c25e5 (patch) | |
tree | 5c9ad0fa1780b4216a0a3ee55f714b8d93ad0f2e /lib/puppet/parser | |
parent | 1b00c3bf3dc49bc8c49677eb737ad8f7ef46d88e (diff) | |
parent | f47df3b4b56c789fe406f23a42aa240d510a1244 (diff) |
Merge pull request #606 from stbenjam/MODULES-3354
(MODULES-3354) Use 1.8.7 hash in validate_email_address function
Diffstat (limited to 'lib/puppet/parser')
-rw-r--r-- | lib/puppet/parser/functions/validate_email_address.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/validate_email_address.rb b/lib/puppet/parser/functions/validate_email_address.rb index 63f59a7..ddd0d25 100644 --- a/lib/puppet/parser/functions/validate_email_address.rb +++ b/lib/puppet/parser/functions/validate_email_address.rb @@ -1,5 +1,5 @@ module Puppet::Parser::Functions - newfunction(:validate_email_address, doc: <<-ENDHEREDOC + newfunction(:validate_email_address, :doc => <<-ENDHEREDOC Validate that all values passed are valid email addresses. Fail compilation if any value fails this check. The following values will pass: |