summaryrefslogtreecommitdiffstats
path: root/tools/posixunified.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/posixunified.py')
-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,