diff options
Diffstat (limited to 'config/cloud.cfg')
-rw-r--r-- | config/cloud.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 2744c940..d5079721 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -3,7 +3,7 @@ # Implement for Ubuntu only: create the default 'ubuntu' user users: - default: true + - default # If this is set, 'root' will not be able to ssh in and they # will get a message to login instead as the above $user (ubuntu) @@ -29,6 +29,7 @@ cloud_init_modules: - update_etc_hosts - ca-certs - rsyslog + - users-groups - ssh # The modules that run in the 'config' stage @@ -37,7 +38,6 @@ cloud_config_modules: # this can be used by upstart jobs for 'start on cloud-config'. - emit_upstart - mounts - - users-groups - ssh-import-id - locale - set-passwords |