diff options
author | Scott Moser <smoser@brickies.net> | 2017-06-29 17:07:29 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-06-29 17:18:09 -0400 |
commit | bca10bd56adb5e3a126badb0852cea6510071576 (patch) | |
tree | dee696e229bf85260246a379a66ad8274ffac99f | |
parent | 3086b8f5ff22e24e579432ca5d36bc2a3519fde6 (diff) | |
download | vyos-cloud-init-bca10bd56adb5e3a126badb0852cea6510071576.tar.gz vyos-cloud-init-bca10bd56adb5e3a126badb0852cea6510071576.zip |
debian/patches/azure-use-walinux-agent.patch: refresh 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 cdf7a5dc..c50d664a 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 -@@ -177,7 +177,7 @@ if util.is_FreeBSD(): - LOG.debug("resource disk is None") +@@ -185,7 +185,7 @@ if util.is_FreeBSD(): + ] BUILTIN_DS_CONFIG = { - 'agent_command': AGENT_START_BUILTIN, |