From 78b0c71619f5c494e6c473c15aae4e6750e5ac25 Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:38:34 +0530 Subject: [PATCH] (PA-6304) Add Ubuntu 24.04 (ARM) platform definition to puppet-agent-7.x --- configs/platforms/ubuntu-24.04-aarch64.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/platforms/ubuntu-24.04-aarch64.rb diff --git a/configs/platforms/ubuntu-24.04-aarch64.rb b/configs/platforms/ubuntu-24.04-aarch64.rb new file mode 100644 index 0000000000..9c9a7ce015 --- /dev/null +++ b/configs/platforms/ubuntu-24.04-aarch64.rb @@ -0,0 +1,3 @@ +platform "ubuntu-24.04-aarch64" do |plat| + plat.inherit_from_default +end