Sha256: f62c29f15f759bb026261fa8c497295feeba5adcb7bef57f16aa66c15d08bbba

Contents?: true

Size: 1.3 KB

Versions: 2

Compression:

Stored size: 1.3 KB

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: nil
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

# EXECUTE STATS
run_highstate:
  type: Boolean
  default: nil

# EXCECUTE RUNNERS
run_overstate:
  type: Boolean
  default: nil
orchestration:
  type: Array
  default: nil

# OUTPUT CONTROL
colorize:
  type: Boolean
  default: true
log_level:
  type: String
  default: 'debug'

# PILLAR DATA
pillar:
  type: Hash
  default: nil

# MISC
verbose:
  type: Boolean
  default: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-invade-0.7.0 lib/vagrant-invade/module/provision/salt/rules.yml
vagrant-invade-0.6.4 lib/vagrant-invade/module/provision/salt/rules.yml