summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-14 01:21:53 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-14 01:21:53 +0200
commit9928519fb96734f606d427da47e77ae15a51fbee (patch)
treec51c5156601852d63f416a0c8b8cab7879d5c14e
parentExtend profiles::repo to debian. (diff)
downloadprofiles-9928519fb96734f606d427da47e77ae15a51fbee.tar.gz
profiles-9928519fb96734f606d427da47e77ae15a51fbee.tar.xz
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.
-rw-r--r--manifests/common/debian.pp2
1 files changed, 1 insertions, 1 deletions
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'])
}