summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-20 09:33:13 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-20 09:33:13 -0400
commit749afc2a4e7bcffd62e2fbaf7383d90b244215fe (patch)
tree93683eeb1bf7a42a823821700558dbeea8e187fe /src
parent122b009b390816b88d44f8c19d7a4b38ba5f4c3f (diff)
downloadbcfg2-749afc2a4e7bcffd62e2fbaf7383d90b244215fe.tar.gz
bcfg2-749afc2a4e7bcffd62e2fbaf7383d90b244215fe.tar.bz2
bcfg2-749afc2a4e7bcffd62e2fbaf7383d90b244215fe.zip
removing Cfg-specific behavior from EntrySet
Diffstat (limited to 'src')
-rw-r--r--src/lib/Bcfg2/Server/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugin.py b/src/lib/Bcfg2/Server/Plugin.py
index 946b38f75..8a8c093b3 100644
--- a/src/lib/Bcfg2/Server/Plugin.py
+++ b/src/lib/Bcfg2/Server/Plugin.py
@@ -1086,7 +1086,7 @@ class EntrySet(Debuggable):
def get_matching(self, metadata):
return [item for item in list(self.entries.values())
- if item.__specific__ and item.specific.matches(metadata)]
+ if item.specific.matches(metadata)]
def best_matching(self, metadata, matching=None):
""" Return the appropriate interpreted template from the set of