From 9928519fb96734f606d427da47e77ae15a51fbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 14 Jun 2022 01:21:53 +0200 Subject: Remove python3 from profiles::common::debian. /Something/ included python::install, which collided with this... And I have no idea how to get a proper stack trace. --- manifests/common/debian.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/common/debian.pp b/manifests/common/debian.pp index 25508e6..cca51a2 100644 --- a/manifests/common/debian.pp +++ b/manifests/common/debian.pp @@ -7,5 +7,5 @@ class profiles::common::debian { | EOF } - ensure_packages(['python3']) + # ensure_packages(['python3']) } -- cgit v1.2.3