aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-01-24 14:02:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-01-24 14:02:37 -0300
commit92d5e7e75c9cc001d92313deb8fbb579abd189f0 (patch)
treeaca834cfbc4945e74877bfcad4fa7e4f4aea5061
parent7ba73570ea7c3a0936a617a1e92b8939984619e2 (diff)
downloadpuppet-nodo-92d5e7e75c9cc001d92313deb8fbb579abd189f0.tar.gz
puppet-nodo-92d5e7e75c9cc001d92313deb8fbb579abd189f0.tar.bz2
Feat: utils: manage python3 and python-is-python3
-rw-r--r--manifests/utils.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp
index 8560e85..bd8f692 100644
--- a/manifests/utils.pp
+++ b/manifests/utils.pp
@@ -16,6 +16,14 @@ class nodo::utils inherits nodo::utils::base {
ensure => present,
}
+ # Python
+ package { [
+ 'python3',
+ 'python-is-python3',
+ ]:
+ ensure => present,
+ }
+
# Not available in some old systems
package { [
'reboot-notifier',