Virtual machine image management tools
Seed a location (disk image, directory, or block device) with the minion config, approve the minion's key, and/or install salt-minion.
CLI Example:
salt 'minion' seed.apply path id [config=config_data] \
[gen_key=(true|false)] [approve_key=(true|false)] \
[install=(true|false)]
Generate keys and config and put them in a tmp directory.
CLI Example:
salt 'minion' seed.mkconfig [config=config_data] [tmp=tmp_dir] \
[id_=minion_id] [approve_key=(true|false)]
Update and get the random script to a random place
CLI Example:
salt '*' seed.prep_bootstrap /tmp
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.5.2