summaryrefslogtreecommitdiffstats
path: root/base/deploy
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-10-19 01:35:04 -0400
committerAde Lee <alee@redhat.com>2012-10-22 12:03:39 -0400
commit1c45197227a0d54b525d4b40f66aa96aeb4f2e6a (patch)
tree82d3a166d5353c0ec43845be448c0a7d16342187 /base/deploy
parent40bcc2cc6e4b6f9f9bd36c56fc63f20902486188 (diff)
downloadpki-1c45197227a0d54b525d4b40f66aa96aeb4f2e6a.tar.gz
pki-1c45197227a0d54b525d4b40f66aa96aeb4f2e6a.tar.xz
pki-1c45197227a0d54b525d4b40f66aa96aeb4f2e6a.zip
Provide option to install, rather than replicate schema in a clone
Diffstat (limited to 'base/deploy')
-rw-r--r--base/deploy/config/pkideployment.cfg1
-rw-r--r--base/deploy/src/scriptlets/pkijython.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/base/deploy/config/pkideployment.cfg b/base/deploy/config/pkideployment.cfg
index a7e61ccb8..2a62c5e7d 100644
--- a/base/deploy/config/pkideployment.cfg
+++ b/base/deploy/config/pkideployment.cfg
@@ -107,6 +107,7 @@ pki_https_port=443
pki_ajp_port=8009
pki_clone=False
pki_clone_pkcs12_path=
+pki_clone_replicate_schema=True
pki_clone_replication_master_port=
pki_clone_replication_clone_port=
pki_clone_replication_security=None
diff --git a/base/deploy/src/scriptlets/pkijython.py b/base/deploy/src/scriptlets/pkijython.py
index 28a705046..e984e0377 100644
--- a/base/deploy/src/scriptlets/pkijython.py
+++ b/base/deploy/src/scriptlets/pkijython.py
@@ -290,6 +290,7 @@ class rest_client:
data.setCloneUri(self.master['pki_clone_uri'])
data.setP12File(self.master['pki_clone_pkcs12_path'])
data.setP12Password(self.sensitive['pki_clone_pkcs12_password'])
+ data.setReplicateSchema(self.master['pki_clone_replicate_schema'])
data.setReplicationSecurity(
self.master['pki_clone_replication_security'])
if self.master['pki_clone_replication_master_port']: