# File lib/aeolus_image/model/warehouse_model.rb, line 130
        def write_file
          example = File.read(File.expand_path(File.dirname(__FILE__) + "/../../examples/aeolus-cli"))
          File.open(File.expand_path(@config_location), 'a+') do |f|
            f.write(example)
          end
        end