summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/NagiosGen.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-06 16:47:44 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-02-06 16:47:44 -0500
commit65caf3f586d7985d88652c73e7b214ba3e40eac2 (patch)
tree725223867466ff30940688eac752d17ca225f441 /src/lib/Bcfg2/Server/Plugins/NagiosGen.py
parente5072626bc50865ca95e64fa0ca78262655d2164 (diff)
downloadbcfg2-65caf3f586d7985d88652c73e7b214ba3e40eac2.tar.gz
bcfg2-65caf3f586d7985d88652c73e7b214ba3e40eac2.tar.bz2
bcfg2-65caf3f586d7985d88652c73e7b214ba3e40eac2.zip
documented which XML files have which features
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/NagiosGen.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/NagiosGen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/NagiosGen.py b/src/lib/Bcfg2/Server/Plugins/NagiosGen.py
index fc06be455..c377ca4ef 100644
--- a/src/lib/Bcfg2/Server/Plugins/NagiosGen.py
+++ b/src/lib/Bcfg2/Server/Plugins/NagiosGen.py
@@ -14,7 +14,6 @@ LOGGER = logging.getLogger(__name__)
class NagiosGenConfig(Bcfg2.Server.Plugin.StructFile):
""" NagiosGen config file handler """
-
encryption = False
def __init__(self, filename):