#============================================================================== # vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80 #============================================================================== # # 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"