summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/AWSTags.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-10-28 11:05:27 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-10-28 11:05:27 -0400
commitaec12296330b121fcb3fd038f85c0a4590be8ce4 (patch)
treee4b4de83b629d5c846a97cf568de7af168257089 /src/lib/Bcfg2/Server/Plugins/AWSTags.py
parent9dc02381c1f2c23a656d45390d12890318d574f4 (diff)
downloadbcfg2-aec12296330b121fcb3fd038f85c0a4590be8ce4.tar.gz
bcfg2-aec12296330b121fcb3fd038f85c0a4590be8ce4.tar.bz2
bcfg2-aec12296330b121fcb3fd038f85c0a4590be8ce4.zip
testsuite: more test fixes
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/AWSTags.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/AWSTags.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/AWSTags.py b/src/lib/Bcfg2/Server/Plugins/AWSTags.py
index 166eb1066..a592bdf12 100644
--- a/src/lib/Bcfg2/Server/Plugins/AWSTags.py
+++ b/src/lib/Bcfg2/Server/Plugins/AWSTags.py
@@ -65,11 +65,7 @@ class PatternFile(Bcfg2.Server.Plugin.XMLFileBacked):
create = 'AWSTags'
def __init__(self, filename, core=None):
- try:
- fam = core.fam
- except AttributeError:
- fam = None
- Bcfg2.Server.Plugin.XMLFileBacked.__init__(self, filename, fam=fam,
+ Bcfg2.Server.Plugin.XMLFileBacked.__init__(self, filename,
should_monitor=True)
self.core = core
self.tags = []