From 7e6c3a4c08095c9d4bfcbaf745fe3d848ed72229 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Thu, 21 Jul 2016 10:34:24 -0700 Subject: [PATCH] app-emulation/wa-linux-agent: enable base64 decoding of userdata --- .../app-emulation/wa-linux-agent/files/waagent.conf | 2 +- ...nux-agent-2.1.3-r1.ebuild => wa-linux-agent-2.1.3-r2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/{wa-linux-agent-2.1.3-r1.ebuild => wa-linux-agent-2.1.3-r2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/files/waagent.conf b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/files/waagent.conf index 9d9fd6739f..6d050240eb 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/files/waagent.conf +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/files/waagent.conf @@ -29,7 +29,7 @@ Provisioning.SshHostKeyPairType=ed25519 Provisioning.MonitorHostName=y # Decode CustomData from Base64. -Provisioning.DecodeCustomData=n +Provisioning.DecodeCustomData=y # Execute CustomData after provisioning. Provisioning.ExecuteCustomData=n diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.1.3-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.1.3-r2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.1.3-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/wa-linux-agent/wa-linux-agent-2.1.3-r2.ebuild