Sha256: 1c935a864b52cda7dd39c270c85dfd4f6d49c1f13c60c727987cccbe37b217ef
Contents?: true
Size: 934 Bytes
Versions: 1
Compression:
Stored size: 934 Bytes
Contents
#============================================================================== # vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80 #============================================================================== # # DESCRIPTION: <MY RECIPE DESCRIPTION> # #============================================================================== --- extend: <%= tpl.relative_path_from_recipe(recipe_path) %> global: <% if Kameleon.env.global["backend"] %> # This is the backend you have imported to switch to an other backend BCKD do: # # kameleon template import <%= tpl.relative_path_from_recipe(recipe_path) %> --global backend:BCKB # # and update the following variable. backend: <%= Kameleon.env.global["backend"] %> <% end %> # To see the variables that you can override, use the following command: # # kameleon info <%= recipe_name %> bootstrap: - "@base" setup: - "@base" export: - "@base"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kameleon-builder-2.8.2 | erb/extend.erb |