Class: ChefGen::Flavor::PanBase

Inherits:
ChefGen::FlavorBase
  • Object
show all
Defined in:
lib/chef_gen/flavor/base.rb

Constant Summary collapse

NAME =
'pan_base'
DESC =
'Generate a base cookbook for organization wide policy.'
VERSION =
'1.0.0'

Instance Method Summary collapse

Constructor Details

#initialize(temp_path: nil, type: nil, recipe: nil) ⇒ PanBase

Returns a new instance of PanBase.



11
12
13
# File 'lib/chef_gen/flavor/base.rb', line 11

def initialize(temp_path: nil, type: nil, recipe: nil)
  super
end