From e55c9c0e1980b8c1bb808acbaeafd27a9b1cf5d1 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Wed, 6 May 2009 15:53:55 +0000 Subject: fixed external reverse zone building git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5201 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/Hostbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Server/Plugins/Hostbase.py') diff --git a/src/lib/Server/Plugins/Hostbase.py b/src/lib/Server/Plugins/Hostbase.py index c61fdace3..0ad34208d 100644 --- a/src/lib/Server/Plugins/Hostbase.py +++ b/src/lib/Server/Plugins/Hostbase.py @@ -281,7 +281,7 @@ class Hostbase(Bcfg2.Server.Plugin.Plugin, if (host[1].split("."), host[0]) not in hosts] hosts_external = [(host[1].split("."), host[0]) for host in reversehosts - if ((host[1].split("."), host[0]) not in hosts + if ((host[1].split("."), host[0]) not in hosts_external and host[2] == 'global')] context = Context({ 'hosts': hosts, -- cgit v1.2.3-1-g7c22