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/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..843d5fc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+salt-formula-watchdog (2018.1) trusty; urgency=medium
+
+  * Initial release
+
+ -- Petr Ruzicka pruzicka@mirantis.com  Mon, 22 Jan 2018 12:43:27 GMT
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..196c500
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: salt-formula-watchdog
+Maintainer: Petr Ruzicka <pruzicka@mirantis.com>
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 9), salt-master, python, python-yaml
+Standards-Version: 3.9.6
+Homepage: https://github.com/salt-formulas
+Vcs-Browser: https://github.com/salt-formulas/salt-formula-watchdog
+Vcs-Git: https://github.com/salt-formulas/salt-formula-watchdog.git
+
+Package: salt-formula-watchdog
+Architecture: all
+Depends: ${misc:Depends}
+Description: watchdog salt formula
+ Install and configure watchdog.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8abbd7f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: salt-formula-watchdog
+Upstream-Contact: salt-formulas@freelists.org
+Source: https://github.com/salt-formulas/salt-formula-watchdog
+
+Files: *
+Copyright: 2018 Salt Stack Formulas
+License: Apache-2.0
+  Copyright (C) 2018 Salt Stack Formulas
+  .
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  .
+  On a Debian system you can find a copy of this license in
+  /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..d585829
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README.rst
+CHANGELOG.rst
+VERSION
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..abde6ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)