From df79400716b44256278de1e664f8f6e35f914bf5 Mon Sep 17 00:00:00 2001 From: Ed Beaty Date: Thu, 5 Dec 2024 06:47:15 -0800 Subject: [PATCH] . --- modules/aws/node/templates/user-data.tftpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/aws/node/templates/user-data.tftpl b/modules/aws/node/templates/user-data.tftpl index 4e7a00e..6cd6ea5 100644 --- a/modules/aws/node/templates/user-data.tftpl +++ b/modules/aws/node/templates/user-data.tftpl @@ -1,12 +1,6 @@ MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="BOUNDARY" ---BOUNDARY -Content-Type: text/x-shellscript; charset="us-ascii" - -#!/bin/bash -HUGEPAGES_GB=${hugepages_gb} ISOLATED_CORES=${isolated_cores} /etc/xrd/bootstrap.sh - --BOUNDARY Content-Type: application/node.eks.aws