diff options
author | Mike Milner <mike.milner@canonical.com> | 2012-01-16 12:55:13 -0400 |
---|---|---|
committer | Mike Milner <mike.milner@canonical.com> | 2012-01-16 12:55:13 -0400 |
commit | 66d4ee588ea1de9badeebbfc700ce65724f75bfa (patch) | |
tree | c893fef56cc6037b14bc8a952596bac8c29620c7 /cloudinit/CloudConfig/cc_ca_certs.py | |
parent | db55fc96f62258598cfdf98ee806151aa0fb2d6d (diff) | |
download | vyos-cloud-init-66d4ee588ea1de9badeebbfc700ce65724f75bfa.tar.gz vyos-cloud-init-66d4ee588ea1de9badeebbfc700ce65724f75bfa.zip |
Small docstring fix.
Diffstat (limited to 'cloudinit/CloudConfig/cc_ca_certs.py')
-rw-r--r-- | cloudinit/CloudConfig/cc_ca_certs.py | 3 |
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) |