summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-13 19:42:56 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-13 19:42:56 +0200
commit231e4efc82269c1f948cf66c6428d2e21175ca7b (patch)
tree69131c4528fdf0979ebc3e43ff6d6e5daf1c8121
parentAdd profiles::mailserver. (diff)
downloadprofiles-231e4efc82269c1f948cf66c6428d2e21175ca7b.tar.gz
profiles-231e4efc82269c1f948cf66c6428d2e21175ca7b.tar.xz
Ensure python3 on debian.
-rw-r--r--manifests/common/debian.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/common/debian.pp b/manifests/common/debian.pp
index 1915d50..25508e6 100644
--- a/manifests/common/debian.pp
+++ b/manifests/common/debian.pp
@@ -6,4 +6,6 @@ class profiles::common::debian {
deb http://apt.puppetlabs.com ${codename} puppet7
| EOF
}
+
+ ensure_packages(['python3'])
}