From 1ef208a0a5d87b8443890e7d26384352838831b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Wed, 30 Oct 2024 12:34:17 +0100 Subject: [PATCH] Nope, stdlib on 24.04 no good. --- global/overlay/etc/puppet/setup_cosmos_modules | 1 + 1 file changed, 1 insertion(+) diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 146ad3f..acc8f2a 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -123,6 +123,7 @@ def main(): del modules["augeas"] del modules["apt"] del modules["concat"] + del modules["stdlib"] # # Make test machines use special test branch of puppet-sunet: # if OS_INFO["ID"] == "ubuntu":