diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Server/Metadata.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: |