# File lib/puppet/face/storeconfigs.rb, line 105
    def destination_file(timestamp)
      File.expand_path("storeconfigs-#{timestamp.strftime('%Y%m%d%H%M%S')}.tar")
    end