diff options
| author | Scott Moser <smoser@ubuntu.com> | 2011-01-18 19:26:57 +0000 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2011-01-18 19:26:57 +0000 |
| commit | e40a1c8143ee88e0eb9b979fabff587ec53b971d (patch) | |
| tree | 1872b28fa73e186900fac0926f46f52df9fcc670 /cloud.cfg | |
| parent | 1a35587abb5226c3b008f1a034c56145cb878489 (diff) | |
| download | vyos-cloud-init-e40a1c8143ee88e0eb9b979fabff587ec53b971d.tar.gz vyos-cloud-init-e40a1c8143ee88e0eb9b979fabff587ec53b971d.zip | |
remove 'biultin' config, separate cloud.cfg
This set of changes makes '/etc/cloud/cloud.cfg' support "#include"
and "#opt_include". The idea is to then provide a base configuration
and allow distro or local changes that would override that.
Diffstat (limited to 'cloud.cfg')
| -rw-r--r-- | cloud.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cloud.cfg b/cloud.cfg deleted file mode 100644 index 1f479dcc..00000000 --- a/cloud.cfg +++ /dev/null @@ -1,4 +0,0 @@ -cloud_type: auto -user: ubuntu -disable_root: 1 -preserve_hostname: False |
