Browse Source

dns: Fix zone array/hash for hiera automatic lookup

Sebastien Badia 8 years ago
parent
commit
7ea495b670
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifests/dns/authoritative.pp

+ 1 - 1
manifests/dns/authoritative.pp

@@ -7,7 +7,7 @@
 #
 #
 class public::dns::authoritative(
-  $zones = []
+  $zones = {}
 ) {
 
   include '::bind'