lib/puppet/network/handler/filebucket.rb in puppet-0.24.9 vs lib/puppet/network/handler/filebucket.rb in puppet-0.25.0
- old
+ new
@@ -127,10 +127,10 @@
contents = nil
File.open(bfile) { |of|
contents = of.read
}
-
+
if client
return Base64.encode64(contents)
else
return contents
end