Filip Pytloun | 10e4d6c | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | === |
| 2 | NTP |
| 3 | === |
| 4 | |
| 5 | Network time synchronisation services. |
| 6 | |
| 7 | Sample pillars |
| 8 | ============== |
| 9 | |
| 10 | NTP client |
| 11 | |
| 12 | .. code-block:: yaml |
| 13 | |
| 14 | ntp: |
| 15 | client: |
| 16 | enabled: true |
| 17 | strata: |
| 18 | - ntp.cesnet.cz |
| 19 | - ntp.nic.cz |
| 20 | |
| 21 | Read more |
| 22 | ========= |
| 23 | |
| 24 | * https://collectd.org/wiki/index.php/Plugin:NTPd |
Filip Pytloun | c4da434 | 2017-02-02 13:02:03 +0100 | [diff] [blame^] | 25 | |
| 26 | Documentation and Bugs |
| 27 | ====================== |
| 28 | |
| 29 | To learn how to install and update salt-formulas, consult the documentation |
| 30 | available online at: |
| 31 | |
| 32 | http://salt-formulas.readthedocs.io/ |
| 33 | |
| 34 | In the unfortunate event that bugs are discovered, they should be reported to |
| 35 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 36 | formula: |
| 37 | |
| 38 | https://github.com/salt-formulas/salt-formula-ntp/issues |
| 39 | |
| 40 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 41 | use Launchpad salt-formulas project: |
| 42 | |
| 43 | https://launchpad.net/salt-formulas |
| 44 | |
| 45 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 46 | |
| 47 | https://launchpad.net/~salt-formulas-users |
| 48 | |
| 49 | Developers wishing to work on the salt-formulas projects should always base |
| 50 | their work on master branch and submit pull request against specific formula. |
| 51 | |
| 52 | https://github.com/salt-formulas/salt-formula-ntp |
| 53 | |
| 54 | Any questions or feedback is always welcome so feel free to join our IRC |
| 55 | channel: |
| 56 | |
| 57 | #salt-formulas @ irc.freenode.net |