diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-17 15:30:43 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-17 15:30:43 -0400 |
commit | f9ef3c200831cfe8240c8b4e44b1a13f14e9d752 (patch) | |
tree | 3115f8a363f8adca0887f572c6c957492d521420 /doc | |
parent | 0c7c5b999e09acf8795c6db2f1b50a801c0eae8f (diff) | |
parent | 8f70bb7e7144f2225b4e9a589d16ae6d15992a3d (diff) | |
download | vyos-cloud-init-f9ef3c200831cfe8240c8b4e44b1a13f14e9d752.tar.gz vyos-cloud-init-f9ef3c200831cfe8240c8b4e44b1a13f14e9d752.zip |
merge from trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index fc8c22d4..fbabcad9 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -42,3 +42,7 @@ datasource: meta-data: instance-id: i-87018aed local-hostname: myhost.internal + + Azure: + agent_command: [service, walinuxagent, start] + |