bolt-modules/file/lib/puppet/functions/file/read.rb in bolt-2.14.0 vs bolt-modules/file/lib/puppet/functions/file/read.rb in bolt-2.15.0
- old
+ new
@@ -6,10 +6,10 @@
# @param filename Absolute path or Puppet file path.
# @return The file's contents.
# @example Read a file from disk
# file::read('/tmp/i_dumped_this_here')
# @example Read a file from the modulepath
- # file::read('example/files/VERSION')
+ # file::read('example/VERSION')
dispatch :read do
scope_param
required_param 'String', :filename
return_type 'String'
end