summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/scriptlets/slot_substitution.py
diff options
context:
space:
mode:
authorChristina Fu <cfu@redhat.com>2014-06-03 16:42:10 -0700
committerChristina Fu <cfu@redhat.com>2014-06-04 10:29:09 -0700
commite1809a3c6df50ed2e8a35ab7108a3a057e4fcaff (patch)
tree666e03d865ac966f0a36ab1aeed3fe1c25b52e00 /base/server/python/pki/server/deployment/scriptlets/slot_substitution.py
parent5b7c76832dc72c85d9dd9db16f861f3283fa7eb0 (diff)
downloadpki-e1809a3c6df50ed2e8a35ab7108a3a057e4fcaff.tar.gz
pki-e1809a3c6df50ed2e8a35ab7108a3a057e4fcaff.tar.xz
pki-e1809a3c6df50ed2e8a35ab7108a3a057e4fcaff.zip
TPS Token Profile Resolver Framework - part2
Diffstat (limited to 'base/server/python/pki/server/deployment/scriptlets/slot_substitution.py')
-rw-r--r--base/server/python/pki/server/deployment/scriptlets/slot_substitution.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/server/python/pki/server/deployment/scriptlets/slot_substitution.py b/base/server/python/pki/server/deployment/scriptlets/slot_substitution.py
index 1c13bdbd1..88bdf94b7 100644
--- a/base/server/python/pki/server/deployment/scriptlets/slot_substitution.py
+++ b/base/server/python/pki/server/deployment/scriptlets/slot_substitution.py
@@ -94,6 +94,9 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet):
deployer.master_dict['pki_target_profileselect_template'])
elif deployer.master_dict['pki_subsystem'] == "TPS":
deployer.file.copy_with_slot_substitution(
+ deployer.master_dict['pki_source_registry_cfg'],
+ deployer.master_dict['pki_target_registry_cfg'])
+ deployer.file.copy_with_slot_substitution(
deployer.master_dict['pki_source_phone_home_xml'],
deployer.master_dict['pki_target_phone_home_xml'])
return self.rv