summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/time.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/time.rb')
-rw-r--r--lib/puppet/parser/functions/time.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions/time.rb b/lib/puppet/parser/functions/time.rb
index e1f5b6f..0cddaf8 100644
--- a/lib/puppet/parser/functions/time.rb
+++ b/lib/puppet/parser/functions/time.rb
@@ -4,6 +4,13 @@
module Puppet::Parser::Functions
newfunction(:time, :type => :rvalue, :doc => <<-EOS
+This function will return the current time since epoch as an integer.
+
+*Examples:*
+
+ time()
+
+Will return something like: 1311972653
EOS
) do |arguments|