Module: Citadel::ChefDSL Private

Included in:
Chef::Provider, Chef::Recipe, Chef::Resource
Defined in:
lib/citadel/chef_dsl.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Helper module for the DSL extension.

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#citadel(bucket = nil, region = nil) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0



25
26
27
# File 'lib/citadel/chef_dsl.rb', line 25

def citadel(bucket=nil, region=nil)
  Citadel.new(node, bucket, region)
end