From 92d5e7e75c9cc001d92313deb8fbb579abd189f0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 24 Jan 2023 14:02:37 -0300 Subject: Feat: utils: manage python3 and python-is-python3 --- manifests/utils.pp | 8 ++++++++ 1 file changed, 8 insertions(+) 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', -- cgit v1.2.3