summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Decisions.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-01-21 19:54:39 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-01-21 19:54:39 +0000
commit5dc65aa762b3f88545d0f5ef496d26d1a62cf8b6 (patch)
tree3c56faeee133ac0b21bd859733e0e7c16199c6fb /src/lib/Server/Plugins/Decisions.py
parent0ca22dfbc22d89d33f37ff1661f24e6ea6654499 (diff)
downloadbcfg2-5dc65aa762b3f88545d0f5ef496d26d1a62cf8b6.tar.gz
bcfg2-5dc65aa762b3f88545d0f5ef496d26d1a62cf8b6.tar.bz2
bcfg2-5dc65aa762b3f88545d0f5ef496d26d1a62cf8b6.zip
Fix tb when initializing the Decisions plugin
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5037 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/Decisions.py')
-rw-r--r--src/lib/Server/Plugins/Decisions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/Decisions.py b/src/lib/Server/Plugins/Decisions.py
index db9754ee3..ecbd80f56 100644
--- a/src/lib/Server/Plugins/Decisions.py
+++ b/src/lib/Server/Plugins/Decisions.py
@@ -18,7 +18,7 @@ class DecisionSet(Bcfg2.Server.Plugin.EntrySet):
- `encoding`: XML character encoding
"""
pattern = '(white|black)list'
- Bcfg2.Server.Plugin.EntrySet.__init__(self, pattern, path, False, \
+ Bcfg2.Server.Plugin.EntrySet.__init__(self, pattern, path, \
DecisionFile, encoding)
fam.AddMonitor(path, self)