Class: ChefGen::Snippet::NoClobber

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

Overview

disallows overwrite of @files and @templates unless -a clobber is passed on the command line

Constant Summary collapse

NAME =

the name of the snippet

'no_clobber'

Method Summary

Methods inherited from ChefGen::SnippetBase

#initialize

Constructor Details

This class inherits a constructor from ChefGen::SnippetBase