diff options
author | Chris Patterson <cpatterson@microsoft.com> | 2021-11-29 10:59:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 09:59:39 -0600 |
commit | 4bf4de25ea487ceb7005dc63d01f73fe56a13a16 (patch) | |
tree | 9b2e04e352c1393f3f7fc901943e03ee984943c5 /doc/examples | |
parent | 32860627535dfc1249088de36d1eb561a39851a9 (diff) | |
download | vyos-cloud-init-4bf4de25ea487ceb7005dc63d01f73fe56a13a16.tar.gz vyos-cloud-init-4bf4de25ea487ceb7005dc63d01f73fe56a13a16.zip |
sources/azure: remove unused remnants related to agent command (#1119)
Some references were missed in the removal of the agent command
in PR #799. This simply removes the remaining references.
Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index 13bb687c..d1a4d79e 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -46,7 +46,6 @@ datasource: local-hostname: myhost.internal Azure: - agent_command: [service, walinuxagent, start] set_hostname: True hostname_bounce: interface: eth0 |