commit | 2c5e080c01d986386267e15a2647d2c2bbf71c20 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@newt.cz> | Mon Jan 16 07:47:32 2017 -0800 |
committer | Ales Komarek <ales.komarek@newt.cz> | Mon Jan 16 07:47:32 2017 -0800 |
tree | 0fd653d4e51271b53605f90bb82089b14a3aae78 | |
parent | a33b905a72c2fd24d99e093cde7930899d788022 [diff] [blame] |
Support of multi-master-of-masters
diff --git a/README.rst b/README.rst index 7efa94c..68aab70 100644 --- a/README.rst +++ b/README.rst
@@ -122,6 +122,19 @@ host: master-of-master-host timeout: 5 +Salt syndic: Lower master with multi-master of masters + +.. code-block:: yaml + + salt: + syndic: + enabled: true + masters: + - host: master-of-master-host1 + - host: master-of-master-host2 + timeout: 5 + + Salt master with custom handlers .. code-block:: yaml