~charmers/charms/trusty/ntpmaster/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Stuart Bishop
  • Date: 2016-08-01 06:23:19 UTC
  • mfrom: (17.1.2 ntpmaster)
  • Revision ID: stuart.bishop@canonical.com-20160801062319-s0gvslygp4es22fl
[paulgear, r=stub] Allow user-specified query host restrictions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
 
2
  query-hosts:
 
3
    type: string
 
4
    description: Comma-separated list of restrict clauses which are allowed to query the server for time monitoring purposes. e.g. "10.1.1.0 mask 255.255.255.0"
 
5
    default: ""
2
6
  source:
3
7
    type: string
4
8
    description: Space separated list of NTP servers and options to use as source for time. Use LOCAL if the machine has no references but itself.