From: Silvio Rhatto Date: Tue, 24 Jan 2023 17:02:37 +0000 (-0300) Subject: Feat: utils: manage python3 and python-is-python3 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=92d5e7e75c9cc001d92313deb8fbb579abd189f0;p=puppet-nodo.git Feat: utils: manage python3 and python-is-python3 --- 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',