Sha256: 6f8ceaa92cd6b7ba369c70e3660438bce1ef523f8544b00366447fddb2bc42f8
Contents?: true
Size: 965 Bytes
Versions: 3
Compression:
Stored size: 965 Bytes
Contents
# https://www.vagrantup.com/docs/provisioning/salt.html # INSTALL OPTIONS install_master: type: Boolean default: nil no_minion: type: Boolean default: false install_syncdir: type: Boolean default: false install_type: type: String default: 'stable' install_args: type: String default: 'develop' always_install: type: Boolean default: false bootstrap_script: type: String default: nil bootstrap_options: type: String default: nil version: type: String default: nil # MINION OPTIONS minion_config: type: String default: nil minion_key: type: String default: nil minion_id: type: String default: nil minion_pub: type: String default: nil grains_config: type: String default: nil masterless: type: Boolean default: nil # MASTER OPTIONS master_config: type: String default: nil master_key: type: String default: nil master_pub: type: String default: nil seed_master: type: String default: nil
Version data entries
3 entries across 3 versions & 1 rubygems