bolt-modules/boltlib/lib/puppet/functions/file_upload.rb in bolt-0.17.2 vs bolt-modules/boltlib/lib/puppet/functions/file_upload.rb in bolt-0.18.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'bolt/error'
# Uploads the given file or directory to the given set of targets and returns the result from each upload.
#
# * This function does nothing if the list of targets is empty.