summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/SSLCA.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/SSLCA.py')
-rw-r--r--src/lib/Server/Plugins/SSLCA.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Server/Plugins/SSLCA.py b/src/lib/Server/Plugins/SSLCA.py
index 97644ebda..a50c003ae 100644
--- a/src/lib/Server/Plugins/SSLCA.py
+++ b/src/lib/Server/Plugins/SSLCA.py
@@ -115,6 +115,7 @@ class SSLCA(Bcfg2.Server.Plugin.GroupSpool):
else:
entry.text = self.entries[filename].data
+ entry.set("type", "file")
if path in self.infoxml:
Bcfg2.Server.Plugin.bind_info(entry, metadata,
infoxml=self.infoxml[path])
@@ -163,6 +164,7 @@ class SSLCA(Bcfg2.Server.Plugin.GroupSpool):
self.entries[filename].HandleEvent()
entry.text = cert
+ entry.set("type", "file")
if path in self.infoxml:
Bcfg2.Server.Plugin.bind_info(entry, metadata,
infoxml=self.infoxml[path])