From bdc8183a0c37312af80fa9347b84f60c2fa624c3 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 3 Dec 2004 19:44:47 +0000 Subject: add bundles into the mix (Logical change 1.157) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@698 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Metadata.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Server/Metadata.py') diff --git a/src/lib/Server/Metadata.py b/src/lib/Server/Metadata.py index ca42c8a1c..6838a7525 100644 --- a/src/lib/Server/Metadata.py +++ b/src/lib/Server/Metadata.py @@ -20,6 +20,7 @@ class Metadata(object): if (other.all or (other.image and (self.image == other.image)) or (other.classes and (other.classes in self.classes)) or (other.attributes and (other.attributes in self.attributes)) or + (other.bundles and (other.bundles in self.bundles)) or (other.hostname and (self.hostname == other.hostname))): return True else: -- cgit v1.2.3-1-g7c22