summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-17 08:01:44 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-01-17 12:55:52 -0500
commit1a031fc131d950dd49dc425ac1726337d8e93910 (patch)
tree99a10c73db6489c6a7183889246511fde51ad86f /src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
parent9be9cfec322518f764be9766b27d24132fc6a66f (diff)
downloadbcfg2-1a031fc131d950dd49dc425ac1726337d8e93910.tar.gz
bcfg2-1a031fc131d950dd49dc425ac1726337d8e93910.tar.bz2
bcfg2-1a031fc131d950dd49dc425ac1726337d8e93910.zip
abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFile
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py b/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
index 2735e389a..afa5da4c5 100644
--- a/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
+++ b/src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py
@@ -17,6 +17,8 @@ class PackagesSources(Bcfg2.Server.Plugin.StructFile,
__identifier__ = None
+ encryption = False
+
def __init__(self, filename, cachepath, fam, packages, setup):
"""
:param filename: The full path to ``sources.xml``