We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b00c3b + f47df3b commit 7a008a7Copy full SHA for 7a008a7
lib/puppet/parser/functions/validate_email_address.rb
@@ -1,5 +1,5 @@
1
module Puppet::Parser::Functions
2
- newfunction(:validate_email_address, doc: <<-ENDHEREDOC
+ newfunction(:validate_email_address, :doc => <<-ENDHEREDOC
3
Validate that all values passed are valid email addresses.
4
Fail compilation if any value fails this check.
5
The following values will pass:
0 commit comments