Ubuntu Pastebin

Paste from smoser at Fri, 13 Mar 2015 13:45:27 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#cloud-config


## this is from vivid, you need to get it from /etc/cloud/cloud.cfg
## from the image you're going to boot (wont change during life of stable release)
## The only change versus the stock is that we make 'ssh' run only once
cloud_init_modules:
 - migrator
 - ubuntu-init-switch
 - seed_random
 - bootcmd
 - write-files
 - growpart
 - resizefs
 - set_hostname
 - update_hostname
 - update_etc_hosts
 - ca-certs
 - rsyslog
 - users-groups
 - [ssh, once]
Download as text