Sha256: 510c0b802f6e7f06ce010f92b3247dbc32e6a53d14b0c6d65d698deaa00d9288
Contents?: true
Size: 1.01 KB
Versions: 36
Compression:
Stored size: 1.01 KB
Contents
# # Chef Documentation # https://docs.chef.io/libraries.html # # # This module name was auto-generated from the cookbook name. This name is a # single word that starts with a capital letter and then continues to use # camel-casing throughout the remainder of the name. # module <%= @cookbook_class_name %> module <%= @helper_class_name %> # # Define the methods that you would like to assist the work you do in recipes, # resources, or templates. # # def my_helper_method # # help method implementation # end end end # # The module you have defined may be extended within the recipe to grant the # recipe the helper methods you define. # # Within your recipe you would write: # # extend <%= @cookbook_class_name %>::<%= @helper_class_name %> # # my_helper_method # # You may also add this to a single resource within a recipe: # # template '/etc/app.conf' do # extend <%= @cookbook_class_name %>::<%= @helper_class_name %> # variables specific_key: my_helper_method # end #
Version data entries
36 entries across 36 versions & 3 rubygems