From 66d4ee588ea1de9badeebbfc700ce65724f75bfa Mon Sep 17 00:00:00 2001 From: Mike Milner Date: Mon, 16 Jan 2012 12:55:13 -0400 Subject: Small docstring fix. --- cloudinit/CloudConfig/cc_ca_certs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cloudinit/CloudConfig/cc_ca_certs.py') diff --git a/cloudinit/CloudConfig/cc_ca_certs.py b/cloudinit/CloudConfig/cc_ca_certs.py index b2ac7d60..b7dd1781 100644 --- a/cloudinit/CloudConfig/cc_ca_certs.py +++ b/cloudinit/CloudConfig/cc_ca_certs.py @@ -81,7 +81,8 @@ def add_ca_certs(certs): def remove_default_ca_certs(): """ - Removes all default trusted CA certificates from the system. + Removes all default trusted CA certificates from the system. To actually + apply the change you must also call L{update_ca_certs}. """ delete_dir_contents(CA_CERT_PATH) delete_dir_contents(CA_CERT_SYSTEM_PATH) -- cgit v1.2.3