Sign in

ops / cfe-mariadb · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • cfe-mariadb
  • Thorfile
  • Create version 0.1.0 of cookbook
    1f8f44d7
    nollieheel authored
    2016-04-14 16:01:31 +0800  
    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