~moon127/+junk/bind-resolver-charm

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
options:
 # Deprecated in favor of standard apt layer settings,
 # install_sources & install_keys
 # 
 #
 # bind_origin:
 #   default: distro
 #   type: string
 #   description: |
 #     Repository from which to install.  May be one of the following:
 #     distro (default), ppa:somecustom/ppa, a deb url sources entry,
 #     or a supported Cloud Archive release pocket.
 #
 #     Supported Cloud Archive sources include: cloud:precise-folsom,
 #     cloud:precise-folsom/updates, cloud:precise-folsom/staging,
 #     cloud:precise-folsom/proposed.
 #
 #     Note that updating this setting to a source that is known to
 #     provide a later version of bind9 will trigger a software
 #     upgrade.
  allowed_nets:
    default: "p2p"
    type: string
    description:
      list of allowed networks, with trailing semicolons"  e.g., "10.172.0.0/16; 10.10.0.0/18;"
  forwarders:
    default: ""
    type: string
    description: |
      list of forwarders, with trailing semicolons:  e.g., "8.8.8.8; 10.1.1.1;"