summaryrefslogtreecommitdiffstats
path: root/ipaplatform/base
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2015-12-04 14:52:03 -0700
committerMartin Basti <mbasti@redhat.com>2015-12-11 18:46:10 +0100
commit5c9b9089b7b0d40b7e924177f99c2568aaa1b5b2 (patch)
treee92145418e1d30eaa6c28376f90e198d0ebe84db /ipaplatform/base
parent14a44ea47bf9a617019ebc91fbe272215c428d82 (diff)
downloadfreeipa-5c9b9089b7b0d40b7e924177f99c2568aaa1b5b2.tar.gz
freeipa-5c9b9089b7b0d40b7e924177f99c2568aaa1b5b2.tar.xz
freeipa-5c9b9089b7b0d40b7e924177f99c2568aaa1b5b2.zip
Migrate wget references and usage to curl
https://fedorahosted.org/freeipa/ticket/5458 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaplatform/base')
-rw-r--r--ipaplatform/base/paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index 9ee488f9f..762a38136 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -179,7 +179,7 @@ class BasePathNamespace(object):
SSS_SSH_KNOWNHOSTSPROXY = "/usr/bin/sss_ssh_knownhostsproxy"
BIN_TIMEOUT = "/usr/bin/timeout"
UPDATE_CA_TRUST = "/usr/bin/update-ca-trust"
- BIN_WGET = "/usr/bin/wget"
+ BIN_CURL = "/usr/bin/curl"
ZIP = "/usr/bin/zip"
BIND_LDAP_SO = "/usr/lib/bind/ldap.so"
BIND_LDAP_DNS_IPA_WORKDIR = "/var/named/dyndb-ldap/ipa/"