summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiconfig.py
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-13 23:18:52 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-13 23:18:52 -0500
commite1e7386164f1df2eb13ce4ce2da420534036e55c (patch)
tree19de0790ba7eec5f639a48b861a76ec23813db19 /base/deploy/src/scriptlets/pkiconfig.py
parentd2b3fbef7d8be7566a485e18654e3c8706a30212 (diff)
downloadpki-ticket-399b.tar.gz
pki-ticket-399b.tar.xz
pki-ticket-399b.zip
Refactored str2bool().ticket-399b
Diffstat (limited to 'base/deploy/src/scriptlets/pkiconfig.py')
-rw-r--r--base/deploy/src/scriptlets/pkiconfig.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/deploy/src/scriptlets/pkiconfig.py b/base/deploy/src/scriptlets/pkiconfig.py
index 3e8dbff0e..fe6c087a0 100644
--- a/base/deploy/src/scriptlets/pkiconfig.py
+++ b/base/deploy/src/scriptlets/pkiconfig.py
@@ -140,10 +140,6 @@ pki_update_flag = False
pki_root_prefix = None
-# PKI Deployment Helper Functions
-def str2bool(string):
- return string.lower() in ("yes", "true", "t", "1")
-
# NOTE: To utilize the 'preparations_for_an_external_java_debugger(master)'
# and 'wait_to_attach_an_external_java_debugger(master)' functions,
# change 'pki_enable_java_debugger=False' to