diff --git a/global/overlay/etc/puppet/setup_cosmos_modules b/global/overlay/etc/puppet/setup_cosmos_modules index 663aefc6..94f3750d 100755 --- a/global/overlay/etc/puppet/setup_cosmos_modules +++ b/global/overlay/etc/puppet/setup_cosmos_modules @@ -206,6 +206,24 @@ def main(): if OS_INFO["VERSION_CODENAME"] == "bullseye": pass + if OS_INFO["VERSION_CODENAME"] == "noble": + del modules["apt"] + del modules["augeas"] + del modules["concat"] + del modules["cosmos"] + del modules["dhcp"] + del modules["docker"] + del modules["hiera-gpg"] + del modules["pound"] + del modules["pyff"] + del modules["python"] + del modules["stdlib"] + del modules["sysctl"] + del modules["ufw"] + del modules["varnish"] + del modules["vcsrepo"] + del modules["xinetd"] + if re.match(r'^idm-sto\d-qa-', host_info["fqdn"]): modules["sunet"]["tag"] = "jocar-idm-*"