lib/vagrant-invade/module/provision/salt/rules.yml in vagrant-invade-0.6.2 vs lib/vagrant-invade/module/provision/salt/rules.yml in vagrant-invade-0.6.3
- old
+ new
@@ -59,6 +59,32 @@
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
\ No newline at end of file