Sha256: 1331cc779c8e4482b29cd94ec361835a0510540c4e31629f59e9e29ba52497a6
Contents?: true
Size: 979 Bytes
Versions: 7
Compression:
Stored size: 979 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: # 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 # # Then, uncomment and update the following variable. <% if Kameleon.env.global["backend"] %> backend: <%= Kameleon.env.global["backend"] %> <% else %> # backend: qemu <% 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
7 entries across 7 versions & 1 rubygems