From 1bc25b5e86d1558273f9e623ede987b57f6e0cab Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 28 Nov 2025 10:23:23 +0100 Subject: [PATCH] CI: dont explicitly set aio_agent_version fact All factsets from FacterDB contain this fact. We don't need to set it explicitly here again. Also the logic looked wrong. There are AIO builds for Windows available. This was introduced in 39076071b4b94088f98ff3a20a915b3193cd6e50 --- spec/support/aio.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 spec/support/aio.rb diff --git a/spec/support/aio.rb b/spec/support/aio.rb deleted file mode 100644 index 4a9e4c656..000000000 --- a/spec/support/aio.rb +++ /dev/null @@ -1,3 +0,0 @@ -add_custom_fact :aio_agent_version, ->(os, facts) do - return facts[:puppetversion] unless ['Archlinux', 'FreeBSD', 'DragonFly', 'Windows'].include?(facts[:os]['family']) -end