Class: ChefGen::Snippet::ActionsTaken

Inherits:
ChefGen::SnippetBase show all
Defined in:
lib/chef_gen/snippet/actions_taken.rb

Overview

provides an accumulator of the actions were taken by the flavor during generation and a ruby_block resource to display them at the end of the generate phase

Constant Summary collapse

NAME =

the name of the snippet

'actions_taken'

Method Summary

Methods inherited from ChefGen::SnippetBase

#initialize

Constructor Details

This class inherits a constructor from ChefGen::SnippetBase