Sha256: 814c490cd07b2b546c91bd69743c29412d3efddcfb4d7de46146062883fadc93
Contents?: true
Size: 1.05 KB
Versions: 8
Compression:
Stored size: 1.05 KB
Contents
#=============================================================================== # vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80 #=============================================================================== # # DESCRIPTION: This is a test recipe made for unit testing # #=============================================================================== --- # Loads some helpful aliases extend: ../test2/test2.yaml aliases: defaults.yaml checkpoint: test.yaml #== Global variables use by Kameleon engine and the steps global: ## User varibales : used by the recipe user_name: kameleon user_password: $$user_name # Distribution distrib: linux ## System variables. Required by kameleon engine # Include specific steps include_steps: - $$distrib bootstrap_packages: > less vim python #== Bootstrap the new system and create the 'in_context' bootstrap: - enable_something - bootstrap: - include_pkg: $$bootstrap_packages setup: - software_install export: - save_appliance: - save_as_raw # - save_as_vmdk
Version data entries
8 entries across 8 versions & 1 rubygems