From: Stephen Gran Date: Sat, 6 Jun 2009 23:36:11 +0000 (+0100) Subject: Rename the views so I don't have to make code changes X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=bbc1f3671f514755a8ea7bd801b3847c96e83da1;hp=338b64eedc14f479b6e89f0608932fd82aa033c1;p=mirror%2Fdsa-puppet.git Rename the views so I don't have to make code changes Signed-off-by: Stephen Gran --- diff --git a/modules/geodns/files/common/named.conf.acl b/modules/geodns/files/common/named.conf.acl index 7ee6711fb..b0877d817 100644 --- a/modules/geodns/files/common/named.conf.acl +++ b/modules/geodns/files/common/named.conf.acl @@ -8,7 +8,7 @@ acl Nagios { }; // Africa -acl Africa { +acl AF { country_AO; country_BF; country_BI; @@ -69,7 +69,7 @@ acl Africa { }; // Asia -acl Asia { +acl AS { country_AE; country_AF; country_AM; @@ -127,7 +127,7 @@ acl Asia { }; // Europe -acl Europe { +acl EU { country_AD; country_AL; country_AT; @@ -182,7 +182,7 @@ acl Europe { }; // North America -acl NorthAmerica { +acl NA { country_AG; country_AI; country_AN; @@ -225,7 +225,7 @@ acl NorthAmerica { }; // South America -acl SouthAmerica { +acl SA { country_AR; country_BO; country_BR; @@ -243,7 +243,7 @@ acl SouthAmerica { }; // Oceania -acl Oceania { +acl OC { country_AS; country_AU; country_CK; @@ -273,7 +273,7 @@ acl Oceania { }; // Antarctica -acl Antarctica { +acl AN { country_AQ; country_BV; country_GS;