Sha256: 8f5b9c5e3eb07986e66532c9db5224e06618e4e045de821bea45fc023e39e071

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

require 'hibachi'

# Configure global Hibachi settings here, such as the location of the log file
# and Chef JSON file. You my also use the Rails config to manipulate
# these settings, as all configuration data is stored in the
# `Rails.application.config.hibachi` namespace.

Hibachi.configure do |config|
  #config.chef_json_path = "#{Rails.root}/config/chef.json"
  #config.log_path = "#{Rails.root}/log/hibachi.log"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hibachi-0.0.1 lib/generators/templates/hibachi.rb
hibachi-0.0.1.pre lib/generators/templates/hibachi.rb