From 3da095ee4cd26080861b071b2bdee0479851c398 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 15 Oct 2012 16:31:36 -0400 Subject: fixed a few straggling perms -> mode changes --- src/lib/Bcfg2/Server/Plugins/FileProbes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Plugins/FileProbes.py') 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") -- cgit v1.2.3-1-g7c22