Kaynağa Gözat

Examples: Update DNS example pillar

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 1 yıl önce
ebeveyn
işleme
c35d5ff817

+ 7 - 5
Documentation/example-pillar/dns-server.sls

@@ -13,18 +13,20 @@ dns-server:
 
 
   acls:
   acls:
     ffho-ops:
     ffho-ops:
-      entries:
+      FFH OPS:
         - <OPS prefixes>
         - <OPS prefixes>
 
 
-    slaves:
-      entries:
-        - <IPv4 / IPv6 IPs of DNS slaves>
+    replicas:
+      ns1.acme.org:
+        - <IPv4 / IPv6 IPs of DNS replicas>
+      ns1.acme.org:
+        - <IPv4 / IPv6 IPs of DNS replicas>
 
 
   # Defaults if not specified below
   # Defaults if not specified below
   zone_defaults:
   zone_defaults:
     type: master
     type: master
     # ACLs defined above
     # ACLs defined above
-    allow-transfer: "slaves; localhost; ffho-ops;"
+    allow-transfer: "replicas; localhost; ffho-ops;"
 
 
   zones:
   zones:
     # public zones
     # public zones