Sign in

ops / backup-file2s3 · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • backup-file2s3
  • Thorfile
  • First version of cookbook backup-file2s3
    ec6c0fc7
    Earth Ugat authored
    2016-04-16 19:24:49 +0000  
    Browse Files »
Thorfile 241 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
# encoding: utf-8

require 'bundler'
require 'bundler/setup'
require 'berkshelf/thor'

begin
  require 'kitchen/thor_tasks'
  Kitchen::ThorTasks.new
rescue LoadError
  puts '>>>>> Kitchen gem not loaded, omitting tasks' unless ENV['CI']
end