summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-04-29 18:20:41 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-04-29 13:20:46 -0500
commit9d0f44616869ff4d935906196a80ada2b4e29378 (patch)
tree4a8a31296ecbe084f56ac4f636682f0594173ce3 /tools
parent258025085e8d4a0e4129bf1d2dd36ed7ac8786b2 (diff)
downloadbcfg2-9d0f44616869ff4d935906196a80ada2b4e29378.tar.gz
bcfg2-9d0f44616869ff4d935906196a80ada2b4e29378.tar.bz2
bcfg2-9d0f44616869ff4d935906196a80ada2b4e29378.zip
posixunified: Add note with reasoning for not updating Rules in place
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5848 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools')
-rw-r--r--tools/posixunified.py9
1 files changed, 9 insertions, 0 deletions
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,