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/README.rst b/README.rst
index e69de29..a874481 100644
--- a/README.rst
+++ b/README.rst
@@ -0,0 +1,63 @@
+
+==================================
+Watchdog Formula
+==================================
+
+Install and configure watchdog daemon
+
+
+Sample Pillars
+==============
+
+Single watchdog service
+
+.. code-block:: yaml
+
+ watchdog:
+ server:
+ enabled: true
+ timeout: 60
+ # Salt Stack will automatically detect the necessary kernel module which needs to be loaded (ex. hpwdt). You may specify the kernel parameters if needed:
+ kernel:
+ parameter:
+ soft_panic: 1
+ parameter: value
+ parameter_only_without_value: none
+
+
+More Information
+================
+
+https://github.com/torvalds/linux/blob/master/Documentation/watchdog/watchdog-api.txt
+
+
+Documentation and Bugs
+======================
+
+To learn how to install and update salt-formulas, consult the documentation
+available online at:
+
+ http://salt-formulas.readthedocs.io/
+
+In the unfortunate event that bugs are discovered, they should be reported to
+the appropriate issue tracker. Use GitHub issue tracker for specific salt
+formula:
+
+ https://github.com/salt-formulas/salt-formula-watchdog/issues
+
+For feature requests, bug reports or blueprints affecting entire ecosystem,
+use Launchpad salt-formulas project:
+
+ https://launchpad.net/salt-formulas
+
+Developers wishing to work on the salt-formulas projects should always base
+their work on master branch and submit pull request against specific formula.
+
+You should also subscribe to mailing list (salt-formulas@freelists.org):
+
+ https://www.freelists.org/list/salt-formulas
+
+Any questions or feedback is always welcome so feel free to join our IRC
+channel:
+
+ #salt-formulas @ irc.freenode.net