module Citadel::ChefDSL
Helper module for the DSL extension.
@since 1.0.0 @api private
Public Instance Methods
citadel(bucket=nil, region=nil)
click to toggle source
# File lib/citadel/chef_dsl.rb, line 25 def citadel(bucket=nil, region=nil) Citadel.new(node, bucket, region) end