summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorMike Milner <mike.milner@canonical.com>2012-01-16 12:55:13 -0400
committerMike Milner <mike.milner@canonical.com>2012-01-16 12:55:13 -0400
commit66d4ee588ea1de9badeebbfc700ce65724f75bfa (patch)
treec893fef56cc6037b14bc8a952596bac8c29620c7 /cloudinit
parentdb55fc96f62258598cfdf98ee806151aa0fb2d6d (diff)
downloadvyos-cloud-init-66d4ee588ea1de9badeebbfc700ce65724f75bfa.tar.gz
vyos-cloud-init-66d4ee588ea1de9badeebbfc700ce65724f75bfa.zip
Small docstring fix.
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/CloudConfig/cc_ca_certs.py3
1 files changed, 2 insertions, 1 deletions
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)