From 85f24252097e162e400f2f96824c5d08bcea4fc2 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 26 Nov 2014 10:52:47 -0600 Subject: NagiosGen: Fix typo in b1b6b5ae Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Plugins/NagiosGen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/Bcfg2/Server/Plugins/NagiosGen.py b/src/lib/Bcfg2/Server/Plugins/NagiosGen.py index 9d3b3488b..d3c38ef19 100644 --- a/src/lib/Bcfg2/Server/Plugins/NagiosGen.py +++ b/src/lib/Bcfg2/Server/Plugins/NagiosGen.py @@ -45,7 +45,6 @@ class NagiosGen(Plugin, Generator): raise PluginExecutionError("Failed to find IP address for %s" % metadata.hostname) host_groups = [grp for grp in metadata.groups - if os.path.isfile('%s/%s-group.cfg' % (self.data, grp))] if os.path.isfile('%s/%s-group.cfg' % (self.data, grp))] + \ [bundle for bundle in metadata.bundles -- cgit v1.2.3-1-g7c22