lib/vagrant-invade/module/provision/salt/rules.yml in vagrant-invade-0.6.3 vs lib/vagrant-invade/module/provision/salt/rules.yml in vagrant-invade-0.6.4
- old
+ new
@@ -10,14 +10,14 @@
install_syncdir:
type: Boolean
default: false
install_type:
type: String
- default: 'stable'
+ default: :stable
install_args:
type: String
- default: 'develop'
+ default: nil
always_install:
type: Boolean
default: false
bootstrap_script:
type: String
@@ -85,6 +85,11 @@
default: 'debug'
# PILLAR DATA
pillar:
type: Hash
- default: nil
+ default: nil
+
+# MISC
+verbose:
+ type: Boolean
+ default: true
\ No newline at end of file