Sha256: 028deb884c76bc2980806d982c1d0b5f3fd7a539b4f2f497e44a0376c4326f03
Contents?: true
Size: 540 Bytes
Versions: 1
Compression:
Stored size: 540 Bytes
Contents
require 'chef/config' # ensure our default generator cookbook is relative to _THIS_ file # We need to require this file last. # # would be nice to just include the one file and let the default use the embedded cookbook... # I'm thinking have: # galvanize/lib/chef-dk/skeleton/generator_cookbook/ # Include just the metadata, recipe, and relevant templates for the `habichef` command. class Chef::Config config_context(:chefdk) do default(:generator_cookbook, File.expand_path('../skeletons/code_generator', __FILE__)) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
galvanize-0.1.2 | lib/chef-dk/configurable-patch.rb |