From 9d0f44616869ff4d935906196a80ada2b4e29378 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 29 Apr 2010 18:20:41 +0000 Subject: posixunified: Add note with reasoning for not updating Rules in place Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5848 ce84e21b-d406-0410-9b95-82705330c041 --- tools/posixunified.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/posixunified.py b/tools/posixunified.py index 55b9abb48..1129de055 100644 --- a/tools/posixunified.py +++ b/tools/posixunified.py @@ -7,6 +7,15 @@ import sys import Bcfg2.Options +""" +NOTE: This script takes a conservative approach when it comes to + updating your Rules. It creates a new unified-rules.xml file + without the attributes you have defined in your current rules. The + reason for this is to keep this script simple so we don't have + to go through and determine the priorities associated with your + current rules definitions. +""" + if __name__ == '__main__': opts = { 'repo': Bcfg2.Options.SERVER_REPOSITORY, -- cgit v1.2.3-1-g7c22