From ca1237602fff7678041e8c338b067453c267712d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 15 Oct 2012 13:32:14 -0500 Subject: POSIX: Switch from perms to mode Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Reporting/templates/config_items/item.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Bcfg2/Reporting') diff --git a/src/lib/Bcfg2/Reporting/templates/config_items/item.html b/src/lib/Bcfg2/Reporting/templates/config_items/item.html index 4c2e9c2ae..1eb2956f4 100644 --- a/src/lib/Bcfg2/Reporting/templates/config_items/item.html +++ b/src/lib/Bcfg2/Reporting/templates/config_items/item.html @@ -58,9 +58,9 @@ div.entry_list h3 { Group{{item.target_perms.group}} {{item.current_perms.group}} {% endif %} - {% if item.current_perms.perms %} + {% if item.current_perms.mode%} Perms{{item.target_perms.perms}} - {{item.current_perms.perms}} + {{item.current_perms.mode}} {% endif %} {% endif %} {% if item.status_problem %} -- cgit v1.2.3-1-g7c22