Remove ssh from cloud-config-files

the cc_ssh script already executes in cloud config without being
explicitly called.  As it is now, it is executing twice.

Make it execute only once.

Change-Id: I2d53adbea0175f63db71be516639d40aa0f8a1de
This commit is contained in:
sdake 2013-03-14 07:38:31 -07:00
parent a492c6e04f
commit 5862514aef
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ user: ec2-user
cloud_config_modules:
- locale
- set_hostname
- ssh
- timezone
- update_etc_hosts
- update_hostname