diff options
author | Stephen Benjamin <stephen@redhat.com> | 2016-05-11 15:52:50 -0400 |
---|---|---|
committer | Stephen Benjamin <stephen@redhat.com> | 2016-05-11 15:52:50 -0400 |
commit | f47df3b4b56c789fe406f23a42aa240d510a1244 (patch) | |
tree | d0c3bda7808e0d762bef72e1b2a5eb77c3904a51 /lib/puppet/parser | |
parent | b2165dfc34fe7acc5053d246715ad673b3f38c6b (diff) |
(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: |