diff options
author | Scott Moser <smoser@brickies.net> | 2017-05-26 15:57:11 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-05-26 15:57:11 -0400 |
commit | 4ea93826702d04966f98433900689f1f55ecb835 (patch) | |
tree | a0b18caad7e3d9ffed6ff8babedecb15c67c32f6 /debian/patches/azure-use-walinux-agent.patch | |
parent | 525cea2cc2d18aa2064060bd9dd83e28aeda130e (diff) | |
download | vyos-cloud-init-4ea93826702d04966f98433900689f1f55ecb835.tar.gz vyos-cloud-init-4ea93826702d04966f98433900689f1f55ecb835.zip |
debian/patches/azure-use-walinux-agent.patch: refresh patch.
Diffstat (limited to 'debian/patches/azure-use-walinux-agent.patch')
-rw-r--r-- | debian/patches/azure-use-walinux-agent.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/azure-use-walinux-agent.patch b/debian/patches/azure-use-walinux-agent.patch index d0051b8c..cdf7a5dc 100644 --- a/debian/patches/azure-use-walinux-agent.patch +++ b/debian/patches/azure-use-walinux-agent.patch @@ -6,8 +6,8 @@ Forwarded: not-needed Author: Scott Moser <smoser@ubuntu.com> --- a/cloudinit/sources/DataSourceAzure.py +++ b/cloudinit/sources/DataSourceAzure.py -@@ -34,7 +34,7 @@ BOUNCE_COMMAND = [ - RESOURCE_DISK_PATH = '/dev/disk/cloud/azure_resource' +@@ -177,7 +177,7 @@ if util.is_FreeBSD(): + LOG.debug("resource disk is None") BUILTIN_DS_CONFIG = { - 'agent_command': AGENT_START_BUILTIN, |