From b2bc6bdeb491002d937342896294d0de8586084a Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 15 Oct 2012 14:13:05 -0500 Subject: Plugins: Update builtin plugins to use 'mode' attribute Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Plugins/Snapshots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Bcfg2/Server/Plugins/Snapshots.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Snapshots.py b/src/lib/Bcfg2/Server/Plugins/Snapshots.py index 884d34e53..1956af4ad 100644 --- a/src/lib/Bcfg2/Server/Plugins/Snapshots.py +++ b/src/lib/Bcfg2/Server/Plugins/Snapshots.py @@ -18,8 +18,8 @@ datafields = { 'Package': ['version'], 'Path': ['type'], 'Service': ['status'], - 'ConfigFile': ['owner', 'group', 'perms'], - 'Directory': ['owner', 'group', 'perms'], + 'ConfigFile': ['owner', 'group', 'mode'], + 'Directory': ['owner', 'group', 'mode'], 'SymLink': ['to'], } -- cgit v1.2.3-1-g7c22