summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-07-26 09:40:19 -0400
committerScott Moser <smoser@ubuntu.com>2011-07-26 09:40:19 -0400
commit149bfa0e4a2705bbe980a2335c5e7951e9b70925 (patch)
treed2d224f08992f76b1accc5ddba587b2ac0517b1f
parentf70bc5ddf301517863b48943cd3d8d6df5548c68 (diff)
downloadvyos-cloud-init-149bfa0e4a2705bbe980a2335c5e7951e9b70925.tar.gz
vyos-cloud-init-149bfa0e4a2705bbe980a2335c5e7951e9b70925.zip
clarify warning text in mcollective config example
-rw-r--r--doc/examples/cloud-config-mcollective.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-mcollective.txt b/doc/examples/cloud-config-mcollective.txt
index ddeaf0c6..67735682 100644
--- a/doc/examples/cloud-config-mcollective.txt
+++ b/doc/examples/cloud-config-mcollective.txt
@@ -15,7 +15,8 @@ mcollective:
plugin.stomp.host: dbhost
# This will add ssl certs to mcollective
# WARNING WARNING WARNING
- # Please remember cloud-init data is transmitted without encryption
+ # The ec2 metadata service is a network service, and thus is readable
+ # by non-root users on the system (ie: 'ec2metadata --user-data')
# If you want security for this, please use include-once + SSL urls
public-cert: |
-----BEGIN CERTIFICATE-----