module Monolith
Default location aka community/supermarket cookbook
If a Berksfile
mentions a cookbook with a path location, then we can assume it’s already available locally in a form suitable for development. An example of this is if you have a (mostly) monolithic chef repository and want to refer to cookbooks in this repository in your Berksfile
.
Constants
- VERSION
Public Class Methods
formatter()
click to toggle source
# File lib/monolith.rb, line 9 def self.formatter @formatter ||= Monolith::Formatter.new end