salt formula for watchdog  (#1)

* Initial commit

* Initial structure changed, server.sls added

* watchdog salt formula added

* Minor fixes and fix kitchen tests

* Fix "defined"

* Fix issues found by Filip

* Fixing issues found during review...

* TravisCI fix

* Fix based on reviews...

* Fix schema tests

* Fix schema tests

* Fix schema test again

* Fix schema test one more time

* replace salt_run with salt-call

* set modules path param

* Add installation of jsonschema

* Adding minimal schema

* Fix filename

* Filenames fixed

* Fix file name

* Proper schema added
diff --git a/tests/pillar/server.sls b/tests/pillar/server.sls
new file mode 100644
index 0000000..0770795
--- /dev/null
+++ b/tests/pillar/server.sls
@@ -0,0 +1,9 @@
+watchdog:
+  server:
+    enabled: true
+    timeout: 60
+    # These parametrs shoudl create file in /etc/modprobe.d/kernel_module.conf with content "option module soft_panic=1 parameter=second value_only"
+    kernel:
+      parameter:
+        nowayout: 0
+
diff --git a/tests/pillar/server_kernel_module.sls b/tests/pillar/server_kernel_module.sls
new file mode 100644
index 0000000..e7ff6cf
--- /dev/null
+++ b/tests/pillar/server_kernel_module.sls
@@ -0,0 +1,10 @@
+watchdog:
+  server:
+    enabled: true
+    timeout: 60
+    kernel:
+      parameter:
+        soft_panic: 1
+        parameter: second
+        value_only: none
+    module: