summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/FileProbes.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-15 16:31:36 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-15 16:31:36 -0400
commit3da095ee4cd26080861b071b2bdee0479851c398 (patch)
tree6edd86aa1d58a32fc4c017eda0babdc46217dd79 /src/lib/Bcfg2/Server/Plugins/FileProbes.py
parent7aae23bea73af6a7ba19f1353b2089738b2841e9 (diff)
downloadbcfg2-3da095ee4cd26080861b071b2bdee0479851c398.tar.gz
bcfg2-3da095ee4cd26080861b071b2bdee0479851c398.tar.bz2
bcfg2-3da095ee4cd26080861b071b2bdee0479851c398.zip
fixed a few straggling perms -> mode changes
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/FileProbes.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/FileProbes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/FileProbes.py b/src/lib/Bcfg2/Server/Plugins/FileProbes.py
index 8bea7719c..8bd1d3504 100644
--- a/src/lib/Bcfg2/Server/Plugins/FileProbes.py
+++ b/src/lib/Bcfg2/Server/Plugins/FileProbes.py
@@ -219,7 +219,7 @@ class FileProbes(Bcfg2.Server.Plugin.Plugin,
"Info",
owner=data.get("owner", Bcfg2.Options.MDATA_OWNER.value),
group=data.get("group", Bcfg2.Options.MDATA_GROUP.value),
- mode=data.get("mode", Bcfg2.Options.MDATA_PERMS.value),
+ mode=data.get("mode", Bcfg2.Options.MDATA_MODE.value),
encoding=entry.get("encoding", Bcfg2.Options.ENCODING.value))
root = lxml.etree.Element("FileInfo")